Color Hex Logo

#855a87 Color Hex

#855A87
(133,90,135)
0 Favorites   0 Comments

Color spaces of #855a87

RGB 13390135
HSL0.830.200.44
HSV297°33°53°
CMYK 0.010.330.00   0.47
XYZ17.702214.048124.7002
Yxy14.04810.31360.2489
Hunter Lab37.480818.7143-12.8361
CIE-Lab44.301825.6179-18.0080

#855a87 color RGB value is (133,90,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01011010 10000111
Octal 205 132 207
Decimal 133 90 135
Hex 85 5A 87

RGB Percentages of Color #855a87

%37.15
%25.14
%37.71

CMYK Percentages of Color #855a87

%1
%33
%0
%47

Triadic Colors of #855a87

#855a87 #87855a #5a8785

Analogous Colors of #855a87

#855a87 #875a73 #6f5a87

Monochromatic Colors of #855a87

#855a87

Complementary Color

#855a87 #5c875a

#855a87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855a87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#855a87 Color CSS Codes

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

#855a87 Text Font Color

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

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


#855a87 Background Color

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

This div background color is #855a87


#855a87 Border Color

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

This div border color is #855a87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855a87


Comments

No comments written yet.

Please login to write comment.