Color Hex Logo

#48224a Color Hex

#48224A
(72,34,74)
0 Favorites   0 Comments

Color spaces of #48224a

RGB 723474
HSL0.830.370.21
HSV297°54°29°
CMYK 0.030.540.00   0.71
XYZ4.48053.01626.8246
Yxy3.01620.31290.2106
Hunter Lab17.367215.6579-11.1415
CIE-Lab20.108724.9793-17.1891

#48224a color RGB value is (72,34,74).

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

The process color (four color CMYK) of #48224a color hex is 0.03, 0.54, 0.00, 0.71. Web safe color of #48224a is #333333. Color #48224a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100010 01001010
Octal 110 42 112
Decimal 72 34 74
Hex 48 22 4A

RGB Percentages of Color #48224a

%40.00
%18.89
%41.11

CMYK Percentages of Color #48224a

%3
%54
%0
%71

Triadic Colors of #48224a

#48224a #4a4822 #224a48

Analogous Colors of #48224a

#48224a #4a2238 #34224a

Monochromatic Colors of #48224a

#48224a

Complementary Color

#48224a #244a22

#48224a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48224a Color Preview on White Background

Lorem ipsum dolor sit amet.

#48224a Color CSS Codes

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

#48224a Text Font Color

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

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


#48224a Background Color

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

This div background color is #48224a


#48224a Border Color

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

This div border color is #48224a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48224a


Comments

No comments written yet.

Please login to write comment.