Color Hex Logo

#803240 Color Hex

#803240
(128,50,64)
0 Favorites   0 Comments

Color spaces of #803240

RGB 1285064
HSL0.970.440.35
HSV349°61°50°
CMYK 0.000.610.50   0.50
XYZ10.96817.24065.6700
Yxy7.24060.45930.3032
Hunter Lab26.908425.66866.3426
CIE-Lab32.348535.02788.6737

#803240 color RGB value is (128,50,64).

#803240 hex color red value is 128, green value is 50 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #803240 hue: 0.97 , saturation: 0.44 and the lightness value of 803240 is 0.35.

The process color (four color CMYK) of #803240 color hex is 0.00, 0.61, 0.50, 0.50. Web safe color of #803240 is #993333. Color #803240 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00110010 01000000
Octal 200 62 100
Decimal 128 50 64
Hex 80 32 40

RGB Percentages of Color #803240

%52.89
%20.66
%26.45

CMYK Percentages of Color #803240

%0
%61
%50
%50

Triadic Colors of #803240

#803240 #408032 #324080

Analogous Colors of #803240

#803240 #804b32 #803267

Monochromatic Colors of #803240

#803240

Complementary Color

#803240 #328072

#803240 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803240 Color Preview on White Background

Lorem ipsum dolor sit amet.

#803240 Color CSS Codes

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

#803240 Text Font Color

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

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


#803240 Background Color

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

This div background color is #803240


#803240 Border Color

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

This div border color is #803240


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,50,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 #803240">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803240


Comments

No comments written yet.

Please login to write comment.