Color Hex Logo

#554ecd Color Hex

#554ECD
(85,78,205)
0 Favorites   0 Comments

Color spaces of #554ecd

RGB 8578205
HSL0.680.560.55
HSV243°62°80°
CMYK 0.590.620.00   0.20
XYZ17.490111.787959.1111
Yxy11.78790.19790.1334
Hunter Lab34.333530.8474-78.0446
CIE-Lab40.877039.2350-65.0909

#554ecd color RGB value is (85,78,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01001110 11001101
Octal 125 116 315
Decimal 85 78 205
Hex 55 4E CD

RGB Percentages of Color #554ecd

%23.10
%21.20
%55.71

CMYK Percentages of Color #554ecd

%59
%62
%0
%20

Triadic Colors of #554ecd

#554ecd #cd554e #4ecd55

Analogous Colors of #554ecd

#554ecd #954ecd #4e87cd

Monochromatic Colors of #554ecd

#554ecd

Complementary Color

#554ecd #c6cd4e

#554ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#554ecd Color CSS Codes

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

#554ecd Text Font Color

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

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


#554ecd Background Color

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

This div background color is #554ecd


#554ecd Border Color

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

This div border color is #554ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554ecd


Comments

No comments written yet.

Please login to write comment.