Color Hex Logo

#554080 Color Hex

#554080
(85,64,128)
0 Favorites   0 Comments

Color spaces of #554080

RGB 8564128
HSL0.720.330.38
HSV260°50°50°
CMYK 0.340.500.00   0.50
XYZ9.47607.156621.3040
Yxy7.15660.24980.1886
Hunter Lab26.751816.4124-28.4897
CIE-Lab32.160824.2560-33.0726

#554080 color RGB value is (85,64,128).

#554080 hex color red value is 85, green value is 64 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #554080 hue: 0.72 , saturation: 0.33 and the lightness value of 554080 is 0.38.

The process color (four color CMYK) of #554080 color hex is 0.34, 0.50, 0.00, 0.50. Web safe color of #554080 is #663399. Color #554080 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01000000 10000000
Octal 125 100 200
Decimal 85 64 128
Hex 55 40 80

RGB Percentages of Color #554080

%30.69
%23.10
%46.21

CMYK Percentages of Color #554080

%34
%50
%0
%50

Triadic Colors of #554080

#554080 #805540 #408055

Analogous Colors of #554080

#554080 #754080 #404b80

Monochromatic Colors of #554080

#554080

Complementary Color

#554080 #6b8040

#554080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#554080 Color CSS Codes

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

#554080 Text Font Color

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

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


#554080 Background Color

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

This div background color is #554080


#554080 Border Color

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

This div border color is #554080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554080


Comments

No comments written yet.

Please login to write comment.