Color Hex Logo

#48020c Color Hex

#48020C
(72,2,12)
0 Favorites   0 Comments

Color spaces of #48020c

RGB 72212
HSL0.980.950.15
HSV351°97°28°
CMYK 0.000.970.83   0.72
XYZ2.76061.44770.4818
Yxy1.44770.58860.3087
Hunter Lab12.032019.89856.0483
CIE-Lab12.271631.834014.2666

#48020c color RGB value is (72,2,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00000010 00001100
Octal 110 2 14
Decimal 72 2 12
Hex 48 2 C

RGB Percentages of Color #48020c

%83.72
%2.33
%13.95

CMYK Percentages of Color #48020c

%0
%97
%83
%72

Triadic Colors of #48020c

#48020c #0c4802 #020c48

Analogous Colors of #48020c

#48020c #481b02 #48022f

Monochromatic Colors of #48020c

#48020c

Complementary Color

#48020c #02483e

#48020c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48020c Color Preview on White Background

Lorem ipsum dolor sit amet.

#48020c Color CSS Codes

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

#48020c Text Font Color

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

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


#48020c Background Color

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

This div background color is #48020c


#48020c Border Color

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

This div border color is #48020c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48020c


Comments

No comments written yet.

Please login to write comment.