Color Hex Logo

#48020e Color Hex

#48020E
(72,2,14)
0 Favorites   0 Comments

Color spaces of #48020e

RGB 72214
HSL0.970.950.15
HSV350°97°28°
CMYK 0.000.970.81   0.72
XYZ2.77351.45280.5497
Yxy1.45280.58070.3042
Hunter Lab12.053219.98055.7333
CIE-Lab12.304831.930113.3526

#48020e color RGB value is (72,2,14).

#48020e hex color red value is 72, green value is 2 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #48020e hue: 0.97 , saturation: 0.95 and the lightness value of 48020e is 0.15.

The process color (four color CMYK) of #48020e color hex is 0.00, 0.97, 0.81, 0.72. Web safe color of #48020e is #330000. Color #48020e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00000010 00001110
Octal 110 2 16
Decimal 72 2 14
Hex 48 2 E

RGB Percentages of Color #48020e

%81.82
%2.27
%15.91

CMYK Percentages of Color #48020e

%0
%97
%81
%72

Triadic Colors of #48020e

#48020e #0e4802 #020e48

Analogous Colors of #48020e

#48020e #481902 #480231

Monochromatic Colors of #48020e

#48020e

Complementary Color

#48020e #02483c

#48020e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48020e Color Preview on White Background

Lorem ipsum dolor sit amet.

#48020e Color CSS Codes

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

#48020e Text Font Color

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

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


#48020e Background Color

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

This div background color is #48020e


#48020e Border Color

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

This div border color is #48020e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48020e


Comments

No comments written yet.

Please login to write comment.