Color Hex Logo

#804246 Color Hex

#804246
(128,66,70)
0 Favorites   0 Comments

Color spaces of #804246

RGB 1286670
HSL0.990.320.38
HSV356°48°50°
CMYK 0.000.480.45   0.50
XYZ11.95588.92786.8875
Yxy8.92780.43050.3215
Hunter Lab29.879419.13517.2487
CIE-Lab35.844927.05509.6990

#804246 color RGB value is (128,66,70).

#804246 hex color red value is 128, green value is 66 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #804246 hue: 0.99 , saturation: 0.32 and the lightness value of 804246 is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01000010 01000110
Octal 200 102 106
Decimal 128 66 70
Hex 80 42 46

RGB Percentages of Color #804246

%48.48
%25.00
%26.52

CMYK Percentages of Color #804246

%0
%48
%45
%50

Triadic Colors of #804246

#804246 #468042 #424680

Analogous Colors of #804246

#804246 #805d42 #804265

Monochromatic Colors of #804246

#804246

Complementary Color

#804246 #42807c

#804246 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#804246 Color Preview on White Background

Lorem ipsum dolor sit amet.

#804246 Color CSS Codes

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

#804246 Text Font Color

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

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


#804246 Background Color

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

This div background color is #804246


#804246 Border Color

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

This div border color is #804246


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,66,70, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #804246


Comments

No comments written yet.

Please login to write comment.