Color Hex Logo

#48213f Color Hex

#48213F
(72,33,63)
0 Favorites   0 Comments

Color spaces of #48213f

RGB 723363
HSL0.870.370.21
HSV314°54°28°
CMYK 0.000.540.13   0.72
XYZ4.11352.82435.0310
Yxy2.82430.34370.2360
Hunter Lab16.805714.2813-5.9853
CIE-Lab19.326023.2800-10.8606

#48213f color RGB value is (72,33,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100001 00111111
Octal 110 41 77
Decimal 72 33 63
Hex 48 21 3F

RGB Percentages of Color #48213f

%42.86
%19.64
%37.50

CMYK Percentages of Color #48213f

%0
%54
%13
%72

Triadic Colors of #48213f

#48213f #3f4821 #213f48

Analogous Colors of #48213f

#48213f #48212c #3e2148

Monochromatic Colors of #48213f

#48213f

Complementary Color

#48213f #21482a

#48213f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48213f Color Preview on White Background

Lorem ipsum dolor sit amet.

#48213f Color CSS Codes

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

#48213f Text Font Color

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

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


#48213f Background Color

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

This div background color is #48213f


#48213f Border Color

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

This div border color is #48213f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48213f


Comments

No comments written yet.

Please login to write comment.