Color Hex Logo

#854456 Color Hex

#854456
(133,68,86)
0 Favorites   0 Comments

Color spaces of #854456

RGB 1336886
HSL0.950.320.39
HSV343°49°52°
CMYK 0.000.490.35   0.48
XYZ13.41979.79279.9870
Yxy9.79270.40420.2950
Hunter Lab31.293321.78402.9834
CIE-Lab37.467829.89381.9896

#854456 color RGB value is (133,68,86).

#854456 hex color red value is 133, green value is 68 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #854456 hue: 0.95 , saturation: 0.32 and the lightness value of 854456 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01000100 01010110
Octal 205 104 126
Decimal 133 68 86
Hex 85 44 56

RGB Percentages of Color #854456

%46.34
%23.69
%29.97

CMYK Percentages of Color #854456

%0
%49
%35
%48

Triadic Colors of #854456

#854456 #568544 #445685

Analogous Colors of #854456

#854456 #855344 #854477

Monochromatic Colors of #854456

#854456

Complementary Color

#854456 #448573

#854456 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854456 Color Preview on White Background

Lorem ipsum dolor sit amet.

#854456 Color CSS Codes

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

#854456 Text Font Color

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

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


#854456 Background Color

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

This div background color is #854456


#854456 Border Color

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

This div border color is #854456


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854456


Comments

No comments written yet.

Please login to write comment.