Color Hex Logo

#854857 Color Hex

#854857
(133,72,87)
0 Favorites   0 Comments

Color spaces of #854857

RGB 1337287
HSL0.960.300.40
HSV345°46°52°
CMYK 0.000.460.35   0.48
XYZ13.710510.309410.2841
Yxy10.30940.39970.3005
Hunter Lab32.108320.03163.4855
CIE-Lab38.392127.77682.6976

#854857 color RGB value is (133,72,87).

#854857 hex color red value is 133, green value is 72 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #854857 hue: 0.96 , saturation: 0.30 and the lightness value of 854857 is 0.40.

The process color (four color CMYK) of #854857 color hex is 0.00, 0.46, 0.35, 0.48. Web safe color of #854857 is #993366. Color #854857 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01001000 01010111
Octal 205 110 127
Decimal 133 72 87
Hex 85 48 57

RGB Percentages of Color #854857

%45.55
%24.66
%29.79

CMYK Percentages of Color #854857

%0
%46
%35
%48

Triadic Colors of #854857

#854857 #578548 #485785

Analogous Colors of #854857

#854857 #855848 #854876

Monochromatic Colors of #854857

#854857

Complementary Color

#854857 #488576

#854857 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854857 Color Preview on White Background

Lorem ipsum dolor sit amet.

#854857 Color CSS Codes

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

#854857 Text Font Color

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

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


#854857 Background Color

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

This div background color is #854857


#854857 Border Color

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

This div border color is #854857


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854857


Comments

No comments written yet.

Please login to write comment.