Color Hex Logo

#85589f Color Hex

#85589F
(133,88,159)
0 Favorites   0 Comments

Color spaces of #85589f

RGB 13388159
HSL0.770.290.48
HSV278°45°62°
CMYK 0.160.450.00   0.38
XYZ19.420614.469234.5701
Yxy14.46920.28370.2114
Hunter Lab38.038424.5664-27.2571
CIE-Lab44.898432.0018-31.4433

#85589f color RGB value is (133,88,159).

#85589f hex color red value is 133, green value is 88 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #85589f hue: 0.77 , saturation: 0.29 and the lightness value of 85589f is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01011000 10011111
Octal 205 130 237
Decimal 133 88 159
Hex 85 58 9F

RGB Percentages of Color #85589f

%35.00
%23.16
%41.84

CMYK Percentages of Color #85589f

%16
%45
%0
%38

Triadic Colors of #85589f

#85589f #9f8558 #589f85

Analogous Colors of #85589f

#85589f #9f5896 #62589f

Monochromatic Colors of #85589f

#85589f

Complementary Color

#85589f #729f58

#85589f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85589f Color Preview on White Background

Lorem ipsum dolor sit amet.

#85589f Color CSS Codes

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

#85589f Text Font Color

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

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


#85589f Background Color

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

This div background color is #85589f


#85589f Border Color

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

This div border color is #85589f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85589f


Comments

No comments written yet.

Please login to write comment.