Color Hex Logo

#855c7d Color Hex

#855C7D
(133,92,125)
0 Favorites   0 Comments

Color spaces of #855c7d

RGB 13392125
HSL0.870.180.44
HSV312°31°52°
CMYK 0.000.310.06   0.48
XYZ17.201714.121521.2211
Yxy14.12150.32740.2688
Hunter Lab37.578615.9463-7.1768
CIE-Lab44.406722.4491-11.8082

#855c7d color RGB value is (133,92,125).

#855c7d hex color red value is 133, green value is 92 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #855c7d hue: 0.87 , saturation: 0.18 and the lightness value of 855c7d is 0.44.

The process color (four color CMYK) of #855c7d color hex is 0.00, 0.31, 0.06, 0.48. Web safe color of #855c7d is #996666. Color #855c7d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01011100 01111101
Octal 205 134 175
Decimal 133 92 125
Hex 85 5C 7D

RGB Percentages of Color #855c7d

%38.00
%26.29
%35.71

CMYK Percentages of Color #855c7d

%0
%31
%6
%48

Triadic Colors of #855c7d

#855c7d #7d855c #5c7d85

Analogous Colors of #855c7d

#855c7d #855c69 #795c85

Monochromatic Colors of #855c7d

#855c7d

Complementary Color

#855c7d #5c8564

#855c7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855c7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#855c7d Color CSS Codes

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

#855c7d Text Font Color

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

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


#855c7d Background Color

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

This div background color is #855c7d


#855c7d Border Color

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

This div border color is #855c7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855c7d


Comments

No comments written yet.

Please login to write comment.