Color Hex Logo

#855787 Color Hex

#855787
(133,87,135)
0 Favorites   0 Comments

Color spaces of #855787

RGB 13387135
HSL0.830.220.44
HSV298°36°53°
CMYK 0.010.360.00   0.47
XYZ17.454213.552224.6176
Yxy13.55220.31380.2436
Hunter Lab36.813320.2084-13.8788
CIE-Lab43.583827.3733-19.1099

#855787 color RGB value is (133,87,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010111 10000111
Octal 205 127 207
Decimal 133 87 135
Hex 85 57 87

RGB Percentages of Color #855787

%37.46
%24.51
%38.03

CMYK Percentages of Color #855787

%1
%36
%0
%47

Triadic Colors of #855787

#855787 #878557 #578785

Analogous Colors of #855787

#855787 #875771 #6d5787

Monochromatic Colors of #855787

#855787

Complementary Color

#855787 #598757

#855787 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855787 Color Preview on White Background

Lorem ipsum dolor sit amet.

#855787 Color CSS Codes

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

#855787 Text Font Color

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

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


#855787 Background Color

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

This div background color is #855787


#855787 Border Color

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

This div border color is #855787


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855787


Comments

No comments written yet.

Please login to write comment.