Color Hex Logo

#85165e Color Hex

#85165E
(133,22,94)
0 Favorites   0 Comments

Color spaces of #85165e

RGB 1332294
HSL0.890.720.30
HSV321°83°52°
CMYK 0.000.830.29   0.48
XYZ11.98026.368511.1875
Yxy6.36850.40560.2156
Hunter Lab25.235940.5763-8.6191
CIE-Lab30.323751.0234-13.8059

#85165e color RGB value is (133,22,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00010110 01011110
Octal 205 26 136
Decimal 133 22 94
Hex 85 16 5E

RGB Percentages of Color #85165e

%53.41
%8.84
%37.75

CMYK Percentages of Color #85165e

%0
%83
%29
%48

Triadic Colors of #85165e

#85165e #5e8516 #165e85

Analogous Colors of #85165e

#85165e #851627 #751685

Monochromatic Colors of #85165e

#85165e

Complementary Color

#85165e #16853d

#85165e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85165e Color Preview on White Background

Lorem ipsum dolor sit amet.

#85165e Color CSS Codes

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

#85165e Text Font Color

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

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


#85165e Background Color

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

This div background color is #85165e


#85165e Border Color

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

This div border color is #85165e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,22,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 #85165e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85165e


Comments

No comments written yet.

Please login to write comment.