Color Hex Logo

#85559e Color Hex

#85559E
(133,85,158)
0 Favorites   0 Comments

Color spaces of #85559e

RGB 13385158
HSL0.780.300.48
HSV279°46°62°
CMYK 0.160.460.00   0.38
XYZ19.092913.952234.0345
Yxy13.95220.28460.2080
Hunter Lab37.352625.8736-27.8762
CIE-Lab44.164333.5004-32.0007

#85559e color RGB value is (133,85,158).

#85559e hex color red value is 133, green value is 85 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #85559e hue: 0.78 , saturation: 0.30 and the lightness value of 85559e is 0.48.

The process color (four color CMYK) of #85559e color hex is 0.16, 0.46, 0.00, 0.38. Web safe color of #85559e is #996699. Color #85559e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010101 10011110
Octal 205 125 236
Decimal 133 85 158
Hex 85 55 9E

RGB Percentages of Color #85559e

%35.37
%22.61
%42.02

CMYK Percentages of Color #85559e

%16
%46
%0
%38

Triadic Colors of #85559e

#85559e #9e8555 #559e85

Analogous Colors of #85559e

#85559e #9e5593 #60559e

Monochromatic Colors of #85559e

#85559e

Complementary Color

#85559e #6e9e55

#85559e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85559e Color Preview on White Background

Lorem ipsum dolor sit amet.

#85559e Color CSS Codes

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

#85559e Text Font Color

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

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


#85559e Background Color

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

This div background color is #85559e


#85559e Border Color

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

This div border color is #85559e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85559e


Comments

No comments written yet.

Please login to write comment.