Color Hex Logo

#804848 Color Hex

#804848
(128,72,72)
0 Favorites   0 Comments

Color spaces of #804848

RGB 1287272
HSL0.000.280.39
HSV44°50°
CMYK 0.000.440.44   0.50
XYZ12.38929.69187.3486
Yxy9.69180.42100.3293
Hunter Lab31.131716.55577.7968
CIE-Lab37.283523.845510.4393

#804848 color RGB value is (128,72,72).

#804848 hex color red value is 128, green value is 72 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #804848 hue: 0.00 , saturation: 0.28 and the lightness value of 804848 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01001000 01001000
Octal 200 110 110
Decimal 128 72 72
Hex 80 48 48

RGB Percentages of Color #804848

%47.06
%26.47
%26.47

CMYK Percentages of Color #804848

%0
%44
%44
%50

Triadic Colors of #804848

#804848 #488048 #484880

Analogous Colors of #804848

#804848 #806448 #804864

Monochromatic Colors of #804848

#804848

Complementary Color

#804848 #488080

#804848 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#804848 Color Preview on White Background

Lorem ipsum dolor sit amet.

#804848 Color CSS Codes

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

#804848 Text Font Color

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

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


#804848 Background Color

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

This div background color is #804848


#804848 Border Color

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

This div border color is #804848


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #804848


Comments

No comments written yet.

Please login to write comment.