Color Hex Logo

#5625ea Color Hex

#5625EA
(86,37,234)
0 Favorites   0 Comments

Color spaces of #5625ea

RGB 8637234
HSL0.710.820.53
HSV255°84°92°
CMYK 0.630.840.00   0.08
XYZ19.35069.242178.6059
Yxy9.24210.18050.0862
Hunter Lab30.400860.4166-132.0226
CIE-Lab36.446368.0792-88.9916

#5625ea color RGB value is (86,37,234).

#5625ea hex color red value is 86, green value is 37 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #5625ea hue: 0.71 , saturation: 0.82 and the lightness value of 5625ea is 0.53.

The process color (four color CMYK) of #5625ea color hex is 0.63, 0.84, 0.00, 0.08. Web safe color of #5625ea is #6633ff. Color #5625ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00100101 11101010
Octal 126 45 352
Decimal 86 37 234
Hex 56 25 EA

RGB Percentages of Color #5625ea

%24.09
%10.36
%65.55

CMYK Percentages of Color #5625ea

%63
%84
%0
%8

Triadic Colors of #5625ea

#5625ea #ea5625 #25ea56

Analogous Colors of #5625ea

#5625ea #b925ea #2557ea

Monochromatic Colors of #5625ea

#5625ea

Complementary Color

#5625ea #b9ea25

#5625ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5625ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5625ea Color CSS Codes

.mybgcolor {background-color:#5625ea; } 
.myforecolor {color:#5625ea; }
.mybordercolor {border:3px solid #5625ea; }

#5625ea Text Font Color

<p style="color:#5625ea">Text here</p>

This sample text font color is #5625ea
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#5625ea Background Color

<div style="background-color:#5625ea">
Div content here</div>

This div background color is #5625ea


#5625ea Border Color

<div style="border:3px solid #5625ea">
Div here</div>

This div border color is #5625ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,37,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5625ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5625ea;
  -webkit-box-shadow: 1px 1px 3px 2px #5625ea;
  box-shadow:         1px 1px 3px 2px #5625ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,37,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #5625ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #5625ea;
  -webkit-box-shadow: 1px 1px 3px 2px #5625ea;
  box-shadow:         1px 1px 3px 2px #5625ea;">
Div content here</div>

This div box has shadow with color #5625ea


Comments

No comments written yet.

Please login to write comment.