Color Hex Logo

#85155e Color Hex

#85155E
(133,21,94)
0 Favorites   0 Comments

Color spaces of #85155e

RGB 1332194
HSL0.890.730.30
HSV321°84°52°
CMYK 0.000.840.29   0.48
XYZ11.96146.331011.1812
Yxy6.33100.40580.2148
Hunter Lab25.161540.8237-8.7341
CIE-Lab30.232651.2849-13.9454

#85155e color RGB value is (133,21,94).

#85155e hex color red value is 133, green value is 21 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #85155e hue: 0.89 , saturation: 0.73 and the lightness value of 85155e is 0.30.

The process color (four color CMYK) of #85155e color hex is 0.00, 0.84, 0.29, 0.48. Web safe color of #85155e is #990066. Color #85155e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00010101 01011110
Octal 205 25 136
Decimal 133 21 94
Hex 85 15 5E

RGB Percentages of Color #85155e

%53.63
%8.47
%37.90

CMYK Percentages of Color #85155e

%0
%84
%29
%48

Triadic Colors of #85155e

#85155e #5e8515 #155e85

Analogous Colors of #85155e

#85155e #851526 #741585

Monochromatic Colors of #85155e

#85155e

Complementary Color

#85155e #15853c

#85155e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85155e Color Preview on White Background

Lorem ipsum dolor sit amet.

#85155e Color CSS Codes

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

#85155e Text Font Color

<p style="color:#85155e">Text here</p>

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


#85155e Background Color

<div style="background-color:#85155e">
Div content here</div>

This div background color is #85155e


#85155e Border Color

<div style="border:3px solid #85155e">
Div here</div>

This div border color is #85155e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,21,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85155e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85155e;
  -webkit-box-shadow: 1px 1px 3px 2px #85155e;
  box-shadow:         1px 1px 3px 2px #85155e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85155e


Comments

No comments written yet.

Please login to write comment.