Color Hex Logo

#854972 Color Hex

#854972
(133,73,114)
0 Favorites   0 Comments

Color spaces of #854972

RGB 13373114
HSL0.890.290.40
HSV319°45°52°
CMYK 0.000.450.14   0.48
XYZ15.092710.966517.2409
Yxy10.96650.34860.2533
Hunter Lab33.115723.4001-7.6869
CIE-Lab39.524031.4293-12.4697

#854972 color RGB value is (133,73,114).

#854972 hex color red value is 133, green value is 73 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #854972 hue: 0.89 , saturation: 0.29 and the lightness value of 854972 is 0.40.

The process color (four color CMYK) of #854972 color hex is 0.00, 0.45, 0.14, 0.48. Web safe color of #854972 is #993366. Color #854972 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01001001 01110010
Octal 205 111 162
Decimal 133 73 114
Hex 85 49 72

RGB Percentages of Color #854972

%41.56
%22.81
%35.63

CMYK Percentages of Color #854972

%0
%45
%14
%48

Triadic Colors of #854972

#854972 #728549 #497285

Analogous Colors of #854972

#854972 #854954 #7a4985

Monochromatic Colors of #854972

#854972

Complementary Color

#854972 #49855c

#854972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#854972 Color CSS Codes

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

#854972 Text Font Color

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

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


#854972 Background Color

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

This div background color is #854972


#854972 Border Color

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

This div border color is #854972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854972


Comments

No comments written yet.

Please login to write comment.