Color Hex Logo

#854140 Color Hex

#854140
(133,65,64)
0 Favorites   0 Comments

Color spaces of #854140

RGB 1336564
HSL0.000.350.39
HSV52°52°
CMYK 0.000.510.52   0.48
XYZ12.48869.13735.9559
Yxy9.13730.45280.3313
Hunter Lab30.228020.84789.4775
CIE-Lab36.247328.988014.1611

#854140 color RGB value is (133,65,64).

#854140 hex color red value is 133, green value is 65 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #854140 hue: 0.00 , saturation: 0.35 and the lightness value of 854140 is 0.39.

The process color (four color CMYK) of #854140 color hex is 0.00, 0.51, 0.52, 0.48. Web safe color of #854140 is #993333. Color #854140 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01000001 01000000
Octal 205 101 100
Decimal 133 65 64
Hex 85 41 40

RGB Percentages of Color #854140

%50.76
%24.81
%24.43

CMYK Percentages of Color #854140

%0
%51
%52
%48

Triadic Colors of #854140

#854140 #408541 #414085

Analogous Colors of #854140

#854140 #856440 #854062

Monochromatic Colors of #854140

#854140

Complementary Color

#854140 #408485

#854140 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854140 Color Preview on White Background

Lorem ipsum dolor sit amet.

#854140 Color CSS Codes

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

#854140 Text Font Color

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

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


#854140 Background Color

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

This div background color is #854140


#854140 Border Color

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

This div border color is #854140


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854140


Comments

No comments written yet.

Please login to write comment.