Color Hex Logo

#85659e Color Hex

#85659E
(133,101,158)
0 Favorites   0 Comments

Color spaces of #85659e

RGB 133101158
HSL0.760.230.51
HSV274°36°62°
CMYK 0.160.360.00   0.38
XYZ20.498116.762534.5029
Yxy16.76250.28560.2336
Hunter Lab40.942017.7195-21.3058
CIE-Lab47.959424.1568-26.0773

#85659e color RGB value is (133,101,158).

#85659e hex color red value is 133, green value is 101 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #85659e hue: 0.76 , saturation: 0.23 and the lightness value of 85659e is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01100101 10011110
Octal 205 145 236
Decimal 133 101 158
Hex 85 65 9E

RGB Percentages of Color #85659e

%33.93
%25.77
%40.31

CMYK Percentages of Color #85659e

%16
%36
%0
%38

Triadic Colors of #85659e

#85659e #9e8565 #659e85

Analogous Colors of #85659e

#85659e #9e659b #69659e

Monochromatic Colors of #85659e

#85659e

Complementary Color

#85659e #7e9e65

#85659e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85659e Color Preview on White Background

Lorem ipsum dolor sit amet.

#85659e Color CSS Codes

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

#85659e Text Font Color

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

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


#85659e Background Color

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

This div background color is #85659e


#85659e Border Color

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

This div border color is #85659e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85659e


Comments

No comments written yet.

Please login to write comment.