Color Hex Logo

#85135f Color Hex

#85135F
(133,19,95)
0 Favorites   0 Comments

Color spaces of #85135f

RGB 1331995
HSL0.890.750.30
HSV320°86°52°
CMYK 0.000.860.29   0.48
XYZ11.97136.278511.4074
Yxy6.27850.40370.2117
Hunter Lab25.056941.4312-9.4525
CIE-Lab30.104551.9064-14.7937

#85135f color RGB value is (133,19,95).

#85135f hex color red value is 133, green value is 19 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #85135f hue: 0.89 , saturation: 0.75 and the lightness value of 85135f is 0.30.

The process color (four color CMYK) of #85135f color hex is 0.00, 0.86, 0.29, 0.48. Web safe color of #85135f is #990066. Color #85135f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00010011 01011111
Octal 205 23 137
Decimal 133 19 95
Hex 85 13 5F

RGB Percentages of Color #85135f

%53.85
%7.69
%38.46

CMYK Percentages of Color #85135f

%0
%86
%29
%48

Triadic Colors of #85135f

#85135f #5f8513 #135f85

Analogous Colors of #85135f

#85135f #851326 #721385

Monochromatic Colors of #85135f

#85135f

Complementary Color

#85135f #138539

#85135f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85135f Color Preview on White Background

Lorem ipsum dolor sit amet.

#85135f Color CSS Codes

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

#85135f Text Font Color

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

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


#85135f Background Color

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

This div background color is #85135f


#85135f Border Color

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

This div border color is #85135f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85135f


Comments

No comments written yet.

Please login to write comment.