Color Hex Logo

#55015c Color Hex

#55015C
(85,1,92)
0 Favorites   0 Comments

Color spaces of #55015c

RGB 85192
HSL0.820.980.18
HSV295°99°36°
CMYK 0.080.990.00   0.64
XYZ5.68892.725710.3515
Yxy2.72570.30310.1452
Hunter Lab16.509732.6155-25.6178
CIE-Lab18.910145.1096-31.0907

#55015c color RGB value is (85,1,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00000001 01011100
Octal 125 1 134
Decimal 85 1 92
Hex 55 1 5C

RGB Percentages of Color #55015c

%47.75
%0.56
%51.69

CMYK Percentages of Color #55015c

%8
%99
%0
%64

Triadic Colors of #55015c

#55015c #5c5501 #015c55

Analogous Colors of #55015c

#55015c #5c0135 #28015c

Monochromatic Colors of #55015c

#55015c

Complementary Color

#55015c #085c01

#55015c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55015c Color Preview on White Background

Lorem ipsum dolor sit amet.

#55015c Color CSS Codes

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

#55015c Text Font Color

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

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


#55015c Background Color

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

This div background color is #55015c


#55015c Border Color

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

This div border color is #55015c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55015c


Comments

No comments written yet.

Please login to write comment.