Color Hex Logo

#555ade Color Hex

#555ADE
(85,90,222)
0 Favorites   0 Comments

Color spaces of #555ade

RGB 8590222
HSL0.660.670.60
HSV238°62°87°
CMYK 0.620.590.00   0.13
XYZ20.587314.517670.8243
Yxy14.51760.19430.1371
Hunter Lab38.102029.7689-83.5374
CIE-Lab44.966337.4925-68.1746

#555ade color RGB value is (85,90,222).

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

The process color (four color CMYK) of #555ade color hex is 0.62, 0.59, 0.00, 0.13. Web safe color of #555ade is #6666cc. Color #555ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01011010 11011110
Octal 125 132 336
Decimal 85 90 222
Hex 55 5A DE

RGB Percentages of Color #555ade

%21.41
%22.67
%55.92

CMYK Percentages of Color #555ade

%62
%59
%0
%13

Triadic Colors of #555ade

#555ade #de555a #5ade55

Analogous Colors of #555ade

#555ade #9555de #559fde

Monochromatic Colors of #555ade

#555ade

Complementary Color

#555ade #ded955

#555ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#555ade Color CSS Codes

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

#555ade Text Font Color

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

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


#555ade Background Color

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

This div background color is #555ade


#555ade Border Color

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

This div border color is #555ade


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,90,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555ade


Comments

No comments written yet.

Please login to write comment.