Color Hex Logo

#85607d Color Hex

#85607D
(133,96,125)
0 Favorites   0 Comments

Color spaces of #85607d

RGB 13396125
HSL0.870.160.45
HSV313°28°52°
CMYK 0.000.280.06   0.48
XYZ17.557414.833021.3397
Yxy14.83300.32680.2761
Hunter Lab38.513613.9748-5.8920
CIE-Lab45.404620.0838-10.3032

#85607d color RGB value is (133,96,125).

#85607d hex color red value is 133, green value is 96 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #85607d hue: 0.87 , saturation: 0.16 and the lightness value of 85607d is 0.45.

The process color (four color CMYK) of #85607d color hex is 0.00, 0.28, 0.06, 0.48. Web safe color of #85607d is #996666. Color #85607d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01100000 01111101
Octal 205 140 175
Decimal 133 96 125
Hex 85 60 7D

RGB Percentages of Color #85607d

%37.57
%27.12
%35.31

CMYK Percentages of Color #85607d

%0
%28
%6
%48

Triadic Colors of #85607d

#85607d #7d8560 #607d85

Analogous Colors of #85607d

#85607d #85606b #7b6085

Monochromatic Colors of #85607d

#85607d

Complementary Color

#85607d #608568

#85607d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85607d Color Preview on White Background

Lorem ipsum dolor sit amet.

#85607d Color CSS Codes

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

#85607d Text Font Color

<p style="color:#85607d">Text here</p>

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


#85607d Background Color

<div style="background-color:#85607d">
Div content here</div>

This div background color is #85607d


#85607d Border Color

<div style="border:3px solid #85607d">
Div here</div>

This div border color is #85607d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,96,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85607d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85607d;
  -webkit-box-shadow: 1px 1px 3px 2px #85607d;
  box-shadow:         1px 1px 3px 2px #85607d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85607d


Comments

No comments written yet.

Please login to write comment.