Color Hex Logo

#55396a Color Hex

#55396A
(85,57,106)
0 Favorites   0 Comments

Color spaces of #55396a

RGB 8557106
HSL0.760.300.32
HSV274°46°42°
CMYK 0.200.460.00   0.58
XYZ7.81105.898214.3624
Yxy5.89820.27830.2101
Hunter Lab24.286214.9088-18.0626
CIE-Lab29.154222.7532-23.9569

#55396a color RGB value is (85,57,106).

#55396a hex color red value is 85, green value is 57 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #55396a hue: 0.76 , saturation: 0.30 and the lightness value of 55396a is 0.32.

The process color (four color CMYK) of #55396a color hex is 0.20, 0.46, 0.00, 0.58. Web safe color of #55396a is #663366. Color #55396a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00111001 01101010
Octal 125 71 152
Decimal 85 57 106
Hex 55 39 6A

RGB Percentages of Color #55396a

%34.27
%22.98
%42.74

CMYK Percentages of Color #55396a

%20
%46
%0
%58

Triadic Colors of #55396a

#55396a #6a5539 #396a55

Analogous Colors of #55396a

#55396a #6a3967 #3d396a

Monochromatic Colors of #55396a

#55396a

Complementary Color

#55396a #4e6a39

#55396a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55396a Color Preview on White Background

Lorem ipsum dolor sit amet.

#55396a Color CSS Codes

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

#55396a Text Font Color

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

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


#55396a Background Color

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

This div background color is #55396a


#55396a Border Color

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

This div border color is #55396a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,57,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55396a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55396a;
  -webkit-box-shadow: 1px 1px 3px 2px #55396a;
  box-shadow:         1px 1px 3px 2px #55396a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55396a


Comments

No comments written yet.

Please login to write comment.