Color Hex Logo

#554978 Color Hex

#554978
(85,73,120)
0 Favorites   0 Comments

Color spaces of #554978

RGB 8573120
HSL0.710.240.38
HSV255°39°47°
CMYK 0.290.390.00   0.53
XYZ9.51908.052418.8219
Yxy8.05240.26160.2213
Hunter Lab28.376810.2186-19.4625
CIE-Lab34.091816.2829-25.0467

#554978 color RGB value is (85,73,120).

#554978 hex color red value is 85, green value is 73 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #554978 hue: 0.71 , saturation: 0.24 and the lightness value of 554978 is 0.38.

The process color (four color CMYK) of #554978 color hex is 0.29, 0.39, 0.00, 0.53. Web safe color of #554978 is #663366. Color #554978 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01001001 01111000
Octal 125 111 170
Decimal 85 73 120
Hex 55 49 78

RGB Percentages of Color #554978

%30.58
%26.26
%43.17

CMYK Percentages of Color #554978

%29
%39
%0
%53

Triadic Colors of #554978

#554978 #785549 #497855

Analogous Colors of #554978

#554978 #6d4978 #495578

Monochromatic Colors of #554978

#554978

Complementary Color

#554978 #6c7849

#554978 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554978 Color Preview on White Background

Lorem ipsum dolor sit amet.

#554978 Color CSS Codes

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

#554978 Text Font Color

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

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


#554978 Background Color

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

This div background color is #554978


#554978 Border Color

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

This div border color is #554978


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,73,120, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #554978; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #554978;
  -webkit-box-shadow: 1px 1px 3px 2px #554978;
  box-shadow:         1px 1px 3px 2px #554978; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554978

#554978 Color Palettes


Comments

No comments written yet.

Please login to write comment.