Color Hex Logo

#55246b Color Hex

#55246B
(85,36,107)
0 Favorites   0 Comments

Color spaces of #55246b

RGB 8536107
HSL0.780.500.28
HSV281°66°42°
CMYK 0.210.660.00   0.58
XYZ7.03104.254614.3606
Yxy4.25460.27420.1659
Hunter Lab20.626724.7485-26.8399
CIE-Lab24.495935.3409-31.9841

#55246b color RGB value is (85,36,107).

#55246b hex color red value is 85, green value is 36 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #55246b hue: 0.78 , saturation: 0.50 and the lightness value of 55246b is 0.28.

The process color (four color CMYK) of #55246b color hex is 0.21, 0.66, 0.00, 0.58. Web safe color of #55246b is #663366. Color #55246b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00100100 01101011
Octal 125 44 153
Decimal 85 36 107
Hex 55 24 6B

RGB Percentages of Color #55246b

%37.28
%15.79
%46.93

CMYK Percentages of Color #55246b

%21
%66
%0
%58

Triadic Colors of #55246b

#55246b #6b5524 #246b55

Analogous Colors of #55246b

#55246b #6b245e #32246b

Monochromatic Colors of #55246b

#55246b

Complementary Color

#55246b #3a6b24

#55246b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55246b Color Preview on White Background

Lorem ipsum dolor sit amet.

#55246b Color CSS Codes

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

#55246b Text Font Color

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

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


#55246b Background Color

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

This div background color is #55246b


#55246b Border Color

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

This div border color is #55246b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,36,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55246b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55246b;
  -webkit-box-shadow: 1px 1px 3px 2px #55246b;
  box-shadow:         1px 1px 3px 2px #55246b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55246b


Comments

No comments written yet.

Please login to write comment.