Color Hex Logo

#85229f Color Hex

#85229F
(133,34,159)
0 Favorites   0 Comments

Color spaces of #85229f

RGB 13334159
HSL0.800.650.38
HSV288°79°62°
CMYK 0.160.790.00   0.38
XYZ16.50298.633833.5976
Yxy8.63380.28100.1470
Hunter Lab29.383348.8322-47.2253
CIE-Lab35.269457.9509-46.7534

#85229f color RGB value is (133,34,159).

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

The process color (four color CMYK) of #85229f color hex is 0.16, 0.79, 0.00, 0.38. Web safe color of #85229f is #993399. Color #85229f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00100010 10011111
Octal 205 42 237
Decimal 133 34 159
Hex 85 22 9F

RGB Percentages of Color #85229f

%40.80
%10.43
%48.77

CMYK Percentages of Color #85229f

%16
%79
%0
%38

Triadic Colors of #85229f

#85229f #9f8522 #229f85

Analogous Colors of #85229f

#85229f #9f227b #47229f

Monochromatic Colors of #85229f

#85229f

Complementary Color

#85229f #3c9f22

#85229f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85229f Color Preview on White Background

Lorem ipsum dolor sit amet.

#85229f Color CSS Codes

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

#85229f Text Font Color

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

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


#85229f Background Color

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

This div background color is #85229f


#85229f Border Color

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

This div border color is #85229f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85229f


Comments

No comments written yet.

Please login to write comment.