Color Hex Logo

#85719b Color Hex

#85719B
(133,113,155)
0 Favorites   0 Comments

Color spaces of #85719b

RGB 133113155
HSL0.750.170.53
HSV269°27°61°
CMYK 0.140.270.00   0.39
XYZ21.494419.163433.5764
Yxy19.16340.28950.2581
Hunter Lab43.776011.0370-14.8325
CIE-Lab50.877816.3586-19.8139

#85719b color RGB value is (133,113,155).

#85719b hex color red value is 133, green value is 113 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #85719b hue: 0.75 , saturation: 0.17 and the lightness value of 85719b is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01110001 10011011
Octal 205 161 233
Decimal 133 113 155
Hex 85 71 9B

RGB Percentages of Color #85719b

%33.17
%28.18
%38.65

CMYK Percentages of Color #85719b

%14
%27
%0
%39

Triadic Colors of #85719b

#85719b #9b8571 #719b85

Analogous Colors of #85719b

#85719b #9a719b #71729b

Monochromatic Colors of #85719b

#85719b

Complementary Color

#85719b #879b71

#85719b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85719b Color Preview on White Background

Lorem ipsum dolor sit amet.

#85719b Color CSS Codes

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

#85719b Text Font Color

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

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


#85719b Background Color

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

This div background color is #85719b


#85719b Border Color

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

This div border color is #85719b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85719b


Comments

No comments written yet.

Please login to write comment.