Color Hex Logo

#555ecd Color Hex

#555ECD
(85,94,205)
0 Favorites   0 Comments

Color spaces of #555ecd

RGB 8594205
HSL0.650.550.57
HSV236°59°80°
CMYK 0.590.540.00   0.20
XYZ18.768514.344559.5372
Yxy14.34450.20260.1548
Hunter Lab37.874122.1758-66.6905
CIE-Lab44.723029.4243-58.8510

#555ecd color RGB value is (85,94,205).

#555ecd hex color red value is 85, green value is 94 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #555ecd hue: 0.65 , saturation: 0.55 and the lightness value of 555ecd is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01011110 11001101
Octal 125 136 315
Decimal 85 94 205
Hex 55 5E CD

RGB Percentages of Color #555ecd

%22.14
%24.48
%53.39

CMYK Percentages of Color #555ecd

%59
%54
%0
%20

Triadic Colors of #555ecd

#555ecd #cd555e #5ecd55

Analogous Colors of #555ecd

#555ecd #8855cd #559acd

Monochromatic Colors of #555ecd

#555ecd

Complementary Color

#555ecd #cdc455

#555ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#555ecd Color CSS Codes

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

#555ecd Text Font Color

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

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


#555ecd Background Color

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

This div background color is #555ecd


#555ecd Border Color

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

This div border color is #555ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555ecd


Comments

No comments written yet.

Please login to write comment.