Color Hex Logo

#854d7e Color Hex

#854D7E
(133,77,126)
0 Favorites   0 Comments

Color spaces of #854d7e

RGB 13377126
HSL0.850.270.41
HSV308°42°52°
CMYK 0.000.420.05   0.48
XYZ16.092611.800721.1682
Yxy11.80070.32800.2405
Hunter Lab34.352123.5038-12.4887
CIE-Lab40.897631.3605-17.7619

#854d7e color RGB value is (133,77,126).

#854d7e hex color red value is 133, green value is 77 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #854d7e hue: 0.85 , saturation: 0.27 and the lightness value of 854d7e is 0.41.

The process color (four color CMYK) of #854d7e color hex is 0.00, 0.42, 0.05, 0.48. Web safe color of #854d7e is #996666. Color #854d7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01001101 01111110
Octal 205 115 176
Decimal 133 77 126
Hex 85 4D 7E

RGB Percentages of Color #854d7e

%39.58
%22.92
%37.50

CMYK Percentages of Color #854d7e

%0
%42
%5
%48

Triadic Colors of #854d7e

#854d7e #7e854d #4d7e85

Analogous Colors of #854d7e

#854d7e #854d62 #704d85

Monochromatic Colors of #854d7e

#854d7e

Complementary Color

#854d7e #4d8554

#854d7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854d7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#854d7e Color CSS Codes

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

#854d7e Text Font Color

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

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


#854d7e Background Color

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

This div background color is #854d7e


#854d7e Border Color

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

This div border color is #854d7e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,77,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #854d7e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #854d7e;
  -webkit-box-shadow: 1px 1px 3px 2px #854d7e;
  box-shadow:         1px 1px 3px 2px #854d7e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854d7e


Comments

No comments written yet.

Please login to write comment.