Color Hex Logo

#85179f Color Hex

#85179F
(133,23,159)
0 Favorites   0 Comments

Color spaces of #85179f

RGB 13323159
HSL0.800.750.36
HSV289°86°62°
CMYK 0.160.860.00   0.38
XYZ16.23738.102533.5090
Yxy8.10250.28070.1401
Hunter Lab28.464952.0087-49.8710
CIE-Lab34.195461.0757-48.4862

#85179f color RGB value is (133,23,159).

#85179f hex color red value is 133, green value is 23 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #85179f hue: 0.80 , saturation: 0.75 and the lightness value of 85179f is 0.36.

The process color (four color CMYK) of #85179f color hex is 0.16, 0.86, 0.00, 0.38. Web safe color of #85179f is #990099. Color #85179f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00010111 10011111
Octal 205 27 237
Decimal 133 23 159
Hex 85 17 9F

RGB Percentages of Color #85179f

%42.22
%7.30
%50.48

CMYK Percentages of Color #85179f

%16
%86
%0
%38

Triadic Colors of #85179f

#85179f #9f8517 #179f85

Analogous Colors of #85179f

#85179f #9f1775 #41179f

Monochromatic Colors of #85179f

#85179f

Complementary Color

#85179f #319f17

#85179f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85179f Color Preview on White Background

Lorem ipsum dolor sit amet.

#85179f Color CSS Codes

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

#85179f Text Font Color

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

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


#85179f Background Color

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

This div background color is #85179f


#85179f Border Color

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

This div border color is #85179f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85179f


Comments

No comments written yet.

Please login to write comment.