Color Hex Logo

#854c60 Color Hex

#854C60
(133,76,96)
0 Favorites   0 Comments

Color spaces of #854c60

RGB 1337696
HSL0.940.270.41
HSV339°43°52°
CMYK 0.000.430.28   0.48
XYZ14.368611.000012.4322
Yxy11.00000.38010.2910
Hunter Lab33.166219.29050.9918
CIE-Lab39.580526.7847-1.1986

#854c60 color RGB value is (133,76,96).

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

The process color (four color CMYK) of #854c60 color hex is 0.00, 0.43, 0.28, 0.48. Web safe color of #854c60 is #993366. Color #854c60 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01001100 01100000
Octal 205 114 140
Decimal 133 76 96
Hex 85 4C 60

RGB Percentages of Color #854c60

%43.61
%24.92
%31.48

CMYK Percentages of Color #854c60

%0
%43
%28
%48

Triadic Colors of #854c60

#854c60 #60854c #4c6085

Analogous Colors of #854c60

#854c60 #85554c #854c7d

Monochromatic Colors of #854c60

#854c60

Complementary Color

#854c60 #4c8571

#854c60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854c60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#854c60 Color CSS Codes

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

#854c60 Text Font Color

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

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


#854c60 Background Color

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

This div background color is #854c60


#854c60 Border Color

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

This div border color is #854c60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854c60


Comments

No comments written yet.

Please login to write comment.