Color Hex Logo

#855587 Color Hex

#855587
(133,85,135)
0 Favorites   0 Comments

Color spaces of #855587

RGB 13385135
HSL0.830.230.43
HSV298°37°53°
CMYK 0.010.370.00   0.47
XYZ17.294513.232824.5643
Yxy13.23280.31390.2402
Hunter Lab36.376921.2038-14.5730
CIE-Lab43.111928.5376-19.8354

#855587 color RGB value is (133,85,135).

#855587 hex color red value is 133, green value is 85 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #855587 hue: 0.83 , saturation: 0.23 and the lightness value of 855587 is 0.43.

The process color (four color CMYK) of #855587 color hex is 0.01, 0.37, 0.00, 0.47. Web safe color of #855587 is #996699. Color #855587 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010101 10000111
Octal 205 125 207
Decimal 133 85 135
Hex 85 55 87

RGB Percentages of Color #855587

%37.68
%24.08
%38.24

CMYK Percentages of Color #855587

%1
%37
%0
%47

Triadic Colors of #855587

#855587 #878555 #558785

Analogous Colors of #855587

#855587 #875570 #6c5587

Monochromatic Colors of #855587

#855587

Complementary Color

#855587 #578755

#855587 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855587 Color Preview on White Background

Lorem ipsum dolor sit amet.

#855587 Color CSS Codes

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

#855587 Text Font Color

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

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


#855587 Background Color

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

This div background color is #855587


#855587 Border Color

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

This div border color is #855587


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855587


Comments

No comments written yet.

Please login to write comment.