Color Hex Logo

#48022c Color Hex

#48022C
(72,2,44)
0 Favorites   0 Comments

Color spaces of #48022c

RGB 72244
HSL0.900.950.15
HSV324°97°28°
CMYK 0.000.970.39   0.72
XYZ3.14881.60302.5263
Yxy1.60300.43260.2202
Hunter Lab12.661022.2365-2.9677
CIE-Lab13.248434.5144-6.6150

#48022c color RGB value is (72,2,44).

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

The process color (four color CMYK) of #48022c color hex is 0.00, 0.97, 0.39, 0.72. Web safe color of #48022c is #330033. Color #48022c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00000010 00101100
Octal 110 2 54
Decimal 72 2 44
Hex 48 2 2C

RGB Percentages of Color #48022c

%61.02
%1.69
%37.29

CMYK Percentages of Color #48022c

%0
%97
%39
%72

Triadic Colors of #48022c

#48022c #2c4802 #022c48

Analogous Colors of #48022c

#48022c #480209 #410248

Monochromatic Colors of #48022c

#48022c

Complementary Color

#48022c #02481e

#48022c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48022c Color Preview on White Background

Lorem ipsum dolor sit amet.

#48022c Color CSS Codes

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

#48022c Text Font Color

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

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


#48022c Background Color

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

This div background color is #48022c


#48022c Border Color

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

This div border color is #48022c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,2,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 #48022c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48022c


Comments

No comments written yet.

Please login to write comment.