Color Hex Logo

#85608f Color Hex

#85608F
(133,96,143)
0 Favorites   0 Comments

Color spaces of #85608f

RGB 13396143
HSL0.800.200.47
HSV287°33°56°
CMYK 0.070.330.00   0.44
XYZ18.813715.335527.9551
Yxy15.33550.30290.2469
Hunter Lab39.160617.2248-14.9123
CIE-Lab46.090323.7642-20.0628

#85608f color RGB value is (133,96,143).

#85608f hex color red value is 133, green value is 96 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #85608f hue: 0.80 , saturation: 0.20 and the lightness value of 85608f is 0.47.

The process color (four color CMYK) of #85608f color hex is 0.07, 0.33, 0.00, 0.44. Web safe color of #85608f is #996699. Color #85608f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01100000 10001111
Octal 205 140 217
Decimal 133 96 143
Hex 85 60 8F

RGB Percentages of Color #85608f

%35.75
%25.81
%38.44

CMYK Percentages of Color #85608f

%7
%33
%0
%44

Triadic Colors of #85608f

#85608f #8f8560 #608f85

Analogous Colors of #85608f

#85608f #8f6082 #6e608f

Monochromatic Colors of #85608f

#85608f

Complementary Color

#85608f #6a8f60

#85608f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85608f Color Preview on White Background

Lorem ipsum dolor sit amet.

#85608f Color CSS Codes

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

#85608f Text Font Color

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

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


#85608f Background Color

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

This div background color is #85608f


#85608f Border Color

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

This div border color is #85608f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85608f


Comments

No comments written yet.

Please login to write comment.