Color Hex Logo

#48213a Color Hex

#48213A
(72,33,58)
0 Favorites   0 Comments

Color spaces of #48213a

RGB 723358
HSL0.890.370.21
HSV322°54°28°
CMYK 0.000.540.19   0.72
XYZ3.98012.77094.3281
Yxy2.77090.35920.2501
Hunter Lab16.646013.5492-3.7637
CIE-Lab19.102022.3272-7.7356

#48213a color RGB value is (72,33,58).

#48213a hex color red value is 72, green value is 33 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #48213a hue: 0.89 , saturation: 0.37 and the lightness value of 48213a is 0.21.

The process color (four color CMYK) of #48213a color hex is 0.00, 0.54, 0.19, 0.72. Web safe color of #48213a is #333333. Color #48213a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100001 00111010
Octal 110 41 72
Decimal 72 33 58
Hex 48 21 3A

RGB Percentages of Color #48213a

%44.17
%20.25
%35.58

CMYK Percentages of Color #48213a

%0
%54
%19
%72

Triadic Colors of #48213a

#48213a #3a4821 #213a48

Analogous Colors of #48213a

#48213a #482127 #432148

Monochromatic Colors of #48213a

#48213a

Complementary Color

#48213a #21482f

#48213a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48213a Color Preview on White Background

Lorem ipsum dolor sit amet.

#48213a Color CSS Codes

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

#48213a Text Font Color

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

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


#48213a Background Color

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

This div background color is #48213a


#48213a Border Color

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

This div border color is #48213a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48213a


Comments

No comments written yet.

Please login to write comment.