Color Hex Logo

#480e2c Color Hex

#480E2C
(72,14,44)
0 Favorites   0 Comments

Color spaces of #480e2c

RGB 721444
HSL0.910.670.17
HSV329°81°28°
CMYK 0.000.810.39   0.72
XYZ3.28411.87362.5714
Yxy1.87360.42490.2424
Hunter Lab13.688018.8729-1.5566
CIE-Lab14.809430.0538-4.2611

#480e2c color RGB value is (72,14,44).

#480e2c hex color red value is 72, green value is 14 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #480e2c hue: 0.91 , saturation: 0.67 and the lightness value of 480e2c is 0.17.

The process color (four color CMYK) of #480e2c color hex is 0.00, 0.81, 0.39, 0.72. Web safe color of #480e2c is #330033. Color #480e2c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00001110 00101100
Octal 110 16 54
Decimal 72 14 44
Hex 48 E 2C

RGB Percentages of Color #480e2c

%55.38
%10.77
%33.85

CMYK Percentages of Color #480e2c

%0
%81
%39
%72

Triadic Colors of #480e2c

#480e2c #2c480e #0e2c48

Analogous Colors of #480e2c

#480e2c #480e0f #470e48

Monochromatic Colors of #480e2c

#480e2c

Complementary Color

#480e2c #0e482a

#480e2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#480e2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#480e2c Color CSS Codes

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

#480e2c Text Font Color

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

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


#480e2c Background Color

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

This div background color is #480e2c


#480e2c Border Color

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

This div border color is #480e2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #480e2c

#480e2c Color Palettes


Comments

No comments written yet.

Please login to write comment.