Color Hex Logo

#85187f Color Hex

#85187F
(133,24,127)
0 Favorites   0 Comments

Color spaces of #85187f

RGB 13324127
HSL0.840.690.31
HSV303°82°52°
CMYK 0.000.820.05   0.48
XYZ13.83037.172120.7341
Yxy7.17210.33140.1718
Hunter Lab26.780845.3158-27.1567
CIE-Lab32.195555.2477-31.9680

#85187f color RGB value is (133,24,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00011000 01111111
Octal 205 30 177
Decimal 133 24 127
Hex 85 18 7F

RGB Percentages of Color #85187f

%46.83
%8.45
%44.72

CMYK Percentages of Color #85187f

%0
%82
%5
%48

Triadic Colors of #85187f

#85187f #7f8518 #187f85

Analogous Colors of #85187f

#85187f #851849 #541885

Monochromatic Colors of #85187f

#85187f

Complementary Color

#85187f #18851e

#85187f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85187f Color Preview on White Background

Lorem ipsum dolor sit amet.

#85187f Color CSS Codes

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

#85187f Text Font Color

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

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


#85187f Background Color

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

This div background color is #85187f


#85187f Border Color

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

This div border color is #85187f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85187f


Comments

No comments written yet.

Please login to write comment.