Color Hex Logo

#85489f Color Hex

#85489F
(133,72,159)
0 Favorites   0 Comments

Color spaces of #85489f

RGB 13372159
HSL0.780.380.45
HSV282°55°62°
CMYK 0.160.550.00   0.38
XYZ18.248212.124534.1794
Yxy12.12450.28270.1878
Hunter Lab34.820332.6108-33.8246
CIE-Lab41.413340.9744-36.9361

#85489f color RGB value is (133,72,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01001000 10011111
Octal 205 110 237
Decimal 133 72 159
Hex 85 48 9F

RGB Percentages of Color #85489f

%36.54
%19.78
%43.68

CMYK Percentages of Color #85489f

%16
%55
%0
%38

Triadic Colors of #85489f

#85489f #9f8548 #489f85

Analogous Colors of #85489f

#85489f #9f488e #5a489f

Monochromatic Colors of #85489f

#85489f

Complementary Color

#85489f #629f48

#85489f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85489f Color Preview on White Background

Lorem ipsum dolor sit amet.

#85489f Color CSS Codes

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

#85489f Text Font Color

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

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


#85489f Background Color

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

This div background color is #85489f


#85489f Border Color

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

This div border color is #85489f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85489f


Comments

No comments written yet.

Please login to write comment.