Color Hex Logo

#85519b Color Hex

#85519B
(133,81,155)
0 Favorites   0 Comments

Color spaces of #85519b

RGB 13381155
HSL0.780.310.46
HSV282°48°61°
CMYK 0.140.480.00   0.39
XYZ18.531713.238032.5888
Yxy13.23800.28790.2057
Hunter Lab36.384127.2443-27.6365
CIE-Lab43.119735.1054-31.8520

#85519b color RGB value is (133,81,155).

#85519b hex color red value is 133, green value is 81 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #85519b hue: 0.78 , saturation: 0.31 and the lightness value of 85519b is 0.46.

The process color (four color CMYK) of #85519b color hex is 0.14, 0.48, 0.00, 0.39. Web safe color of #85519b is #996699. Color #85519b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010001 10011011
Octal 205 121 233
Decimal 133 81 155
Hex 85 51 9B

RGB Percentages of Color #85519b

%36.04
%21.95
%42.01

CMYK Percentages of Color #85519b

%14
%48
%0
%39

Triadic Colors of #85519b

#85519b #9b8551 #519b85

Analogous Colors of #85519b

#85519b #9b518c #60519b

Monochromatic Colors of #85519b

#85519b

Complementary Color

#85519b #679b51

#85519b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85519b Color Preview on White Background

Lorem ipsum dolor sit amet.

#85519b Color CSS Codes

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

#85519b Text Font Color

<p style="color:#85519b">Text here</p>

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


#85519b Background Color

<div style="background-color:#85519b">
Div content here</div>

This div background color is #85519b


#85519b Border Color

<div style="border:3px solid #85519b">
Div here</div>

This div border color is #85519b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,81,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85519b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85519b;
  -webkit-box-shadow: 1px 1px 3px 2px #85519b;
  box-shadow:         1px 1px 3px 2px #85519b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,81,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #85519b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85519b


Comments

No comments written yet.

Please login to write comment.