Color Hex Logo

#48021f Color Hex

#48021F
(72,2,31)
0 Favorites   0 Comments

Color spaces of #48021f

RGB 72231
HSL0.930.950.15
HSV335°97°28°
CMYK 0.000.970.57   0.72
XYZ2.94151.52011.4347
Yxy1.52010.49890.2578
Hunter Lab12.329221.01021.7311
CIE-Lab12.735333.12202.3050

#48021f color RGB value is (72,2,31).

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

The process color (four color CMYK) of #48021f color hex is 0.00, 0.97, 0.57, 0.72. Web safe color of #48021f is #330033. Color #48021f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00000010 00011111
Octal 110 2 37
Decimal 72 2 31
Hex 48 2 1F

RGB Percentages of Color #48021f

%68.57
%1.90
%29.52

CMYK Percentages of Color #48021f

%0
%97
%57
%72

Triadic Colors of #48021f

#48021f #1f4802 #021f48

Analogous Colors of #48021f

#48021f #480802 #480242

Monochromatic Colors of #48021f

#48021f

Complementary Color

#48021f #02482b

#48021f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48021f Color Preview on White Background

Lorem ipsum dolor sit amet.

#48021f Color CSS Codes

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

#48021f Text Font Color

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

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


#48021f Background Color

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

This div background color is #48021f


#48021f Border Color

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

This div border color is #48021f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48021f


Comments

No comments written yet.

Please login to write comment.