Color Hex Logo

#85539f Color Hex

#85539F
(133,83,159)
0 Favorites   0 Comments

Color spaces of #85539f

RGB 13383159
HSL0.780.310.47
HSV279°48°62°
CMYK 0.160.480.00   0.38
XYZ19.024113.676334.4380
Yxy13.67630.28340.2037
Hunter Lab36.981527.1068-29.3252
CIE-Lab43.765134.8690-33.2233

#85539f color RGB value is (133,83,159).

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

The process color (four color CMYK) of #85539f color hex is 0.16, 0.48, 0.00, 0.38. Web safe color of #85539f is #996699. Color #85539f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010011 10011111
Octal 205 123 237
Decimal 133 83 159
Hex 85 53 9F

RGB Percentages of Color #85539f

%35.47
%22.13
%42.40

CMYK Percentages of Color #85539f

%16
%48
%0
%38

Triadic Colors of #85539f

#85539f #9f8553 #539f85

Analogous Colors of #85539f

#85539f #9f5393 #5f539f

Monochromatic Colors of #85539f

#85539f

Complementary Color

#85539f #6d9f53

#85539f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85539f Color Preview on White Background

Lorem ipsum dolor sit amet.

#85539f Color CSS Codes

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

#85539f Text Font Color

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

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


#85539f Background Color

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

This div background color is #85539f


#85539f Border Color

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

This div border color is #85539f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85539f


Comments

No comments written yet.

Please login to write comment.