Color Hex Logo

#554085 Color Hex

#554085
(85,64,133)
0 Favorites   0 Comments

Color spaces of #554085

RGB 8564133
HSL0.720.350.39
HSV258°52°52°
CMYK 0.360.520.00   0.48
XYZ9.81337.291523.0805
Yxy7.29150.24420.1814
Hunter Lab27.002817.6153-31.7759
CIE-Lab32.461525.6786-35.6957

#554085 color RGB value is (85,64,133).

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

The process color (four color CMYK) of #554085 color hex is 0.36, 0.52, 0.00, 0.48. Web safe color of #554085 is #663399. Color #554085 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01000000 10000101
Octal 125 100 205
Decimal 85 64 133
Hex 55 40 85

RGB Percentages of Color #554085

%30.14
%22.70
%47.16

CMYK Percentages of Color #554085

%36
%52
%0
%48

Triadic Colors of #554085

#554085 #855540 #408555

Analogous Colors of #554085

#554085 #784085 #404e85

Monochromatic Colors of #554085

#554085

Complementary Color

#554085 #708540

#554085 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554085 Color Preview on White Background

Lorem ipsum dolor sit amet.

#554085 Color CSS Codes

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

#554085 Text Font Color

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

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


#554085 Background Color

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

This div background color is #554085


#554085 Border Color

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

This div border color is #554085


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554085


Comments

No comments written yet.

Please login to write comment.