Color Hex Logo

#85009e Color Hex

#85009E
(133,0,158)
0 Favorites   0 Comments

Color spaces of #85009e

RGB 1330158
HSL0.811.000.31
HSV291°100°62°
CMYK 0.161.000.00   0.38
XYZ15.84447.455232.9516
Yxy7.45520.28170.1325
Hunter Lab27.304255.7996-52.4401
CIE-Lab32.821564.7418-50.1022

#85009e color RGB value is (133,0,158).

#85009e hex color red value is 133, green value is 0 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #85009e hue: 0.81 , saturation: 1.00 and the lightness value of 85009e is 0.31.

The process color (four color CMYK) of #85009e color hex is 0.16, 1.00, 0.00, 0.38. Web safe color of #85009e is #990099. Color #85009e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00000000 10011110
Octal 205 0 236
Decimal 133 0 158
Hex 85 0 9E

RGB Percentages of Color #85009e

%45.70
%0.00
%54.30

CMYK Percentages of Color #85009e

%16
%100
%0
%38

Triadic Colors of #85009e

#85009e #9e8500 #009e85

Analogous Colors of #85009e

#85009e #9e0068 #36009e

Monochromatic Colors of #85009e

#85009e

Complementary Color

#85009e #199e00

#85009e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85009e Color Preview on White Background

Lorem ipsum dolor sit amet.

#85009e Color CSS Codes

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

#85009e Text Font Color

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

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


#85009e Background Color

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

This div background color is #85009e


#85009e Border Color

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

This div border color is #85009e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85009e


Comments

No comments written yet.

Please login to write comment.