Color Hex Logo

#48012a Color Hex

#48012A
(72,1,42)
0 Favorites   0 Comments

Color spaces of #48012a

RGB 72142
HSL0.900.970.14
HSV325°99°28°
CMYK 0.000.990.42   0.72
XYZ3.10131.56662.3294
Yxy1.56660.44320.2239
Hunter Lab12.516422.3249-2.2729
CIE-Lab13.025334.6644-5.4774

#48012a color RGB value is (72,1,42).

#48012a hex color red value is 72, green value is 1 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #48012a hue: 0.90 , saturation: 0.97 and the lightness value of 48012a is 0.14.

The process color (four color CMYK) of #48012a color hex is 0.00, 0.99, 0.42, 0.72. Web safe color of #48012a is #330033. Color #48012a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00000001 00101010
Octal 110 1 52
Decimal 72 1 42
Hex 48 1 2A

RGB Percentages of Color #48012a

%62.61
%0.87
%36.52

CMYK Percentages of Color #48012a

%0
%99
%42
%72

Triadic Colors of #48012a

#48012a #2a4801 #012a48

Analogous Colors of #48012a

#48012a #480106 #420148

Monochromatic Colors of #48012a

#48012a

Complementary Color

#48012a #01481f

#48012a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48012a Color Preview on White Background

Lorem ipsum dolor sit amet.

#48012a Color CSS Codes

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

#48012a Text Font Color

<p style="color:#48012a">Text here</p>

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


#48012a Background Color

<div style="background-color:#48012a">
Div content here</div>

This div background color is #48012a


#48012a Border Color

<div style="border:3px solid #48012a">
Div here</div>

This div border color is #48012a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48012a


Comments

No comments written yet.

Please login to write comment.