Color Hex Logo

#85557d Color Hex

#85557D
(133,85,125)
0 Favorites   0 Comments

Color spaces of #85557d

RGB 13385125
HSL0.860.220.43
HSV310°36°52°
CMYK 0.000.360.06   0.48
XYZ16.623012.964221.0282
Yxy12.96420.32840.2561
Hunter Lab36.005819.3988-9.4226
CIE-Lab42.709326.5578-14.3823

#85557d color RGB value is (133,85,125).

#85557d hex color red value is 133, green value is 85 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #85557d hue: 0.86 , saturation: 0.22 and the lightness value of 85557d is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010101 01111101
Octal 205 125 175
Decimal 133 85 125
Hex 85 55 7D

RGB Percentages of Color #85557d

%38.78
%24.78
%36.44

CMYK Percentages of Color #85557d

%0
%36
%6
%48

Triadic Colors of #85557d

#85557d #7d8555 #557d85

Analogous Colors of #85557d

#85557d #855565 #755585

Monochromatic Colors of #85557d

#85557d

Complementary Color

#85557d #55855d

#85557d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85557d Color Preview on White Background

Lorem ipsum dolor sit amet.

#85557d Color CSS Codes

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

#85557d Text Font Color

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

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


#85557d Background Color

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

This div background color is #85557d


#85557d Border Color

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

This div border color is #85557d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85557d


Comments

No comments written yet.

Please login to write comment.