Color Hex Logo

#55185c Color Hex

#55185C
(85,24,92)
0 Favorites   0 Comments

Color spaces of #55185c

RGB 852492
HSL0.820.590.23
HSV294°74°36°
CMYK 0.080.740.00   0.64
XYZ6.00473.357310.4567
Yxy3.35730.30300.1694
Hunter Lab18.322926.4320-21.0101
CIE-Lab21.421537.8384-27.0688

#55185c color RGB value is (85,24,92).

#55185c hex color red value is 85, green value is 24 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #55185c hue: 0.82 , saturation: 0.59 and the lightness value of 55185c is 0.23.

The process color (four color CMYK) of #55185c color hex is 0.08, 0.74, 0.00, 0.64. Web safe color of #55185c is #660066. Color #55185c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00011000 01011100
Octal 125 30 134
Decimal 85 24 92
Hex 55 18 5C

RGB Percentages of Color #55185c

%42.29
%11.94
%45.77

CMYK Percentages of Color #55185c

%8
%74
%0
%64

Triadic Colors of #55185c

#55185c #5c5518 #185c55

Analogous Colors of #55185c

#55185c #5c1841 #33185c

Monochromatic Colors of #55185c

#55185c

Complementary Color

#55185c #1f5c18

#55185c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55185c Color Preview on White Background

Lorem ipsum dolor sit amet.

#55185c Color CSS Codes

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

#55185c Text Font Color

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

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


#55185c Background Color

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

This div background color is #55185c


#55185c Border Color

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

This div border color is #55185c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,24,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55185c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55185c;
  -webkit-box-shadow: 1px 1px 3px 2px #55185c;
  box-shadow:         1px 1px 3px 2px #55185c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55185c


Comments

No comments written yet.

Please login to write comment.