Color Hex Logo

#85149f Color Hex

#85149F
(133,20,159)
0 Favorites   0 Comments

Color spaces of #85149f

RGB 13320159
HSL0.800.780.35
HSV289°87°62°
CMYK 0.160.870.00   0.38
XYZ16.18107.990133.4903
Yxy7.99010.28060.1386
Hunter Lab28.266852.7135-50.4597
CIE-Lab33.962361.7598-48.8631

#85149f color RGB value is (133,20,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00010100 10011111
Octal 205 24 237
Decimal 133 20 159
Hex 85 14 9F

RGB Percentages of Color #85149f

%42.63
%6.41
%50.96

CMYK Percentages of Color #85149f

%16
%87
%0
%38

Triadic Colors of #85149f

#85149f #9f8514 #149f85

Analogous Colors of #85149f

#85149f #9f1474 #3f149f

Monochromatic Colors of #85149f

#85149f

Complementary Color

#85149f #2e9f14

#85149f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85149f Color Preview on White Background

Lorem ipsum dolor sit amet.

#85149f Color CSS Codes

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

#85149f Text Font Color

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

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


#85149f Background Color

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

This div background color is #85149f


#85149f Border Color

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

This div border color is #85149f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85149f


Comments

No comments written yet.

Please login to write comment.