Color Hex Logo

#55416f Color Hex

#55416F
(85,65,111)
0 Favorites   0 Comments

Color spaces of #55416f

RGB 8565111
HSL0.740.260.35
HSV266°41°44°
CMYK 0.230.410.00   0.56
XYZ8.50596.859615.9147
Yxy6.85960.27190.2193
Hunter Lab26.190812.1368-17.6936
CIE-Lab31.485118.9702-23.4811

#55416f color RGB value is (85,65,111).

#55416f hex color red value is 85, green value is 65 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #55416f hue: 0.74 , saturation: 0.26 and the lightness value of 55416f is 0.35.

The process color (four color CMYK) of #55416f color hex is 0.23, 0.41, 0.00, 0.56. Web safe color of #55416f is #663366. Color #55416f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01000001 01101111
Octal 125 101 157
Decimal 85 65 111
Hex 55 41 6F

RGB Percentages of Color #55416f

%32.57
%24.90
%42.53

CMYK Percentages of Color #55416f

%23
%41
%0
%56

Triadic Colors of #55416f

#55416f #6f5541 #416f55

Analogous Colors of #55416f

#55416f #6c416f #41446f

Monochromatic Colors of #55416f

#55416f

Complementary Color

#55416f #5b6f41

#55416f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55416f Color Preview on White Background

Lorem ipsum dolor sit amet.

#55416f Color CSS Codes

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

#55416f Text Font Color

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

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


#55416f Background Color

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

This div background color is #55416f


#55416f Border Color

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

This div border color is #55416f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,65,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55416f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55416f;
  -webkit-box-shadow: 1px 1px 3px 2px #55416f;
  box-shadow:         1px 1px 3px 2px #55416f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55416f


Comments

No comments written yet.

Please login to write comment.