Color Hex Logo

#554ead Color Hex

#554EAD
(85,78,173)
0 Favorites   0 Comments

Color spaces of #554ead

RGB 8578173
HSL0.680.380.49
HSV244°55°68°
CMYK 0.510.550.00   0.32
XYZ14.013510.397240.8034
Yxy10.39720.21490.1594
Hunter Lab32.244721.1477-52.4561
CIE-Lab38.546129.0308-50.1474

#554ead color RGB value is (85,78,173).

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

The process color (four color CMYK) of #554ead color hex is 0.51, 0.55, 0.00, 0.32. Web safe color of #554ead is #666699. Color #554ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01001110 10101101
Octal 125 116 255
Decimal 85 78 173
Hex 55 4E AD

RGB Percentages of Color #554ead

%25.30
%23.21
%51.49

CMYK Percentages of Color #554ead

%51
%55
%0
%32

Triadic Colors of #554ead

#554ead #ad554e #4ead55

Analogous Colors of #554ead

#554ead #854ead #4e77ad

Monochromatic Colors of #554ead

#554ead

Complementary Color

#554ead #a6ad4e

#554ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#554ead Color CSS Codes

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

#554ead Text Font Color

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

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


#554ead Background Color

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

This div background color is #554ead


#554ead Border Color

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

This div border color is #554ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554ead


Comments

No comments written yet.

Please login to write comment.