Color Hex Logo

#554982 Color Hex

#554982
(85,73,130)
0 Favorites   0 Comments

Color spaces of #554982

RGB 8573130
HSL0.700.280.40
HSV253°44°51°
CMYK 0.350.440.00   0.49
XYZ10.15818.308122.1873
Yxy8.30810.24990.2044
Hunter Lab28.823812.4655-25.4622
CIE-Lab34.616519.1057-30.4216

#554982 color RGB value is (85,73,130).

#554982 hex color red value is 85, green value is 73 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #554982 hue: 0.70 , saturation: 0.28 and the lightness value of 554982 is 0.40.

The process color (four color CMYK) of #554982 color hex is 0.35, 0.44, 0.00, 0.49. Web safe color of #554982 is #663399. Color #554982 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01001001 10000010
Octal 125 111 202
Decimal 85 73 130
Hex 55 49 82

RGB Percentages of Color #554982

%29.51
%25.35
%45.14

CMYK Percentages of Color #554982

%35
%44
%0
%49

Triadic Colors of #554982

#554982 #825549 #498255

Analogous Colors of #554982

#554982 #724982 #495a82

Monochromatic Colors of #554982

#554982

Complementary Color

#554982 #768249

#554982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#554982 Color CSS Codes

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

#554982 Text Font Color

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

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


#554982 Background Color

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

This div background color is #554982


#554982 Border Color

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

This div border color is #554982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554982


Comments

No comments written yet.

Please login to write comment.