Color Hex Logo

#85175a Color Hex

#85175A
(133,23,90)
0 Favorites   0 Comments

Color spaces of #85175a

RGB 1332390
HSL0.900.710.31
HSV323°83°52°
CMYK 0.000.830.32   0.48
XYZ11.82476.337510.2729
Yxy6.33750.41580.2229
Hunter Lab25.174439.7883-6.5724
CIE-Lab30.248550.2585-11.3101

#85175a color RGB value is (133,23,90).

#85175a hex color red value is 133, green value is 23 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #85175a hue: 0.90 , saturation: 0.71 and the lightness value of 85175a is 0.31.

The process color (four color CMYK) of #85175a color hex is 0.00, 0.83, 0.32, 0.48. Web safe color of #85175a is #990066. Color #85175a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00010111 01011010
Octal 205 27 132
Decimal 133 23 90
Hex 85 17 5A

RGB Percentages of Color #85175a

%54.07
%9.35
%36.59

CMYK Percentages of Color #85175a

%0
%83
%32
%48

Triadic Colors of #85175a

#85175a #5a8517 #175a85

Analogous Colors of #85175a

#85175a #851723 #791785

Monochromatic Colors of #85175a

#85175a

Complementary Color

#85175a #178542

#85175a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85175a Color Preview on White Background

Lorem ipsum dolor sit amet.

#85175a Color CSS Codes

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

#85175a Text Font Color

<p style="color:#85175a">Text here</p>

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


#85175a Background Color

<div style="background-color:#85175a">
Div content here</div>

This div background color is #85175a


#85175a Border Color

<div style="border:3px solid #85175a">
Div here</div>

This div border color is #85175a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,23,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85175a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85175a;
  -webkit-box-shadow: 1px 1px 3px 2px #85175a;
  box-shadow:         1px 1px 3px 2px #85175a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85175a


Comments

No comments written yet.

Please login to write comment.