Color Hex Logo

#555aea Color Hex

#555AEA
(85,90,234)
0 Favorites   0 Comments

Color spaces of #555aea

RGB 8590234
HSL0.660.780.63
HSV238°64°92°
CMYK 0.640.620.00   0.08
XYZ22.253815.184179.5998
Yxy15.18410.19010.1297
Hunter Lab38.966833.7489-93.8385
CIE-Lab45.885341.4240-73.4704

#555aea color RGB value is (85,90,234).

#555aea hex color red value is 85, green value is 90 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #555aea hue: 0.66 , saturation: 0.78 and the lightness value of 555aea is 0.63.

The process color (four color CMYK) of #555aea color hex is 0.64, 0.62, 0.00, 0.08. Web safe color of #555aea is #6666ff. Color #555aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01011010 11101010
Octal 125 132 352
Decimal 85 90 234
Hex 55 5A EA

RGB Percentages of Color #555aea

%20.78
%22.00
%57.21

CMYK Percentages of Color #555aea

%64
%62
%0
%8

Triadic Colors of #555aea

#555aea #ea555a #5aea55

Analogous Colors of #555aea

#555aea #9b55ea #55a5ea

Monochromatic Colors of #555aea

#555aea

Complementary Color

#555aea #eae555

#555aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#555aea Color CSS Codes

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

#555aea Text Font Color

<p style="color:#555aea">Text here</p>

This sample text font color is #555aea
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.


#555aea Background Color

<div style="background-color:#555aea">
Div content here</div>

This div background color is #555aea


#555aea Border Color

<div style="border:3px solid #555aea">
Div here</div>

This div border color is #555aea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,90,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #555aea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #555aea;
  -webkit-box-shadow: 1px 1px 3px 2px #555aea;
  box-shadow:         1px 1px 3px 2px #555aea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,90,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 #555aea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555aea


Comments

No comments written yet.

Please login to write comment.