Color Hex Logo

#85187c Color Hex

#85187C
(133,24,124)
0 Favorites   0 Comments

Color spaces of #85187c

RGB 13324124
HSL0.850.690.31
HSV305°82°52°
CMYK 0.000.820.07   0.48
XYZ13.63767.095019.7195
Yxy7.09500.33710.1754
Hunter Lab26.636444.7765-25.2481
CIE-Lab32.022254.7677-30.3585

#85187c color RGB value is (133,24,124).

#85187c hex color red value is 133, green value is 24 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #85187c hue: 0.85 , saturation: 0.69 and the lightness value of 85187c is 0.31.

The process color (four color CMYK) of #85187c color hex is 0.00, 0.82, 0.07, 0.48. Web safe color of #85187c is #990066. Color #85187c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00011000 01111100
Octal 205 30 174
Decimal 133 24 124
Hex 85 18 7C

RGB Percentages of Color #85187c

%47.33
%8.54
%44.13

CMYK Percentages of Color #85187c

%0
%82
%7
%48

Triadic Colors of #85187c

#85187c #7c8518 #187c85

Analogous Colors of #85187c

#85187c #851846 #581885

Monochromatic Colors of #85187c

#85187c

Complementary Color

#85187c #188521

#85187c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85187c Color Preview on White Background

Lorem ipsum dolor sit amet.

#85187c Color CSS Codes

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

#85187c Text Font Color

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

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


#85187c Background Color

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

This div background color is #85187c


#85187c Border Color

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

This div border color is #85187c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85187c


Comments

No comments written yet.

Please login to write comment.