Color Hex Logo

#55135c Color Hex

#55135C
(85,19,92)
0 Favorites   0 Comments

Color spaces of #55135c

RGB 851992
HSL0.820.660.22
HSV294°79°36°
CMYK 0.080.790.00   0.64
XYZ5.91103.169710.4255
Yxy3.16970.30300.1625
Hunter Lab17.803728.1075-22.2566
CIE-Lab20.711139.8593-28.2024

#55135c color RGB value is (85,19,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00010011 01011100
Octal 125 23 134
Decimal 85 19 92
Hex 55 13 5C

RGB Percentages of Color #55135c

%43.37
%9.69
%46.94

CMYK Percentages of Color #55135c

%8
%79
%0
%64

Triadic Colors of #55135c

#55135c #5c5513 #135c55

Analogous Colors of #55135c

#55135c #5c133f #30135c

Monochromatic Colors of #55135c

#55135c

Complementary Color

#55135c #1a5c13

#55135c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55135c Color Preview on White Background

Lorem ipsum dolor sit amet.

#55135c Color CSS Codes

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

#55135c Text Font Color

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

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


#55135c Background Color

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

This div background color is #55135c


#55135c Border Color

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

This div border color is #55135c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,19,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 #55135c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55135c


Comments

No comments written yet.

Please login to write comment.