Color Hex Logo

#48224f Color Hex

#48224F
(72,34,79)
0 Favorites   0 Comments

Color spaces of #48224f

RGB 723479
HSL0.810.400.22
HSV291°57°31°
CMYK 0.090.570.00   0.69
XYZ4.65583.08637.7475
Yxy3.08630.30060.1992
Hunter Lab17.567916.5619-13.8496
CIE-Lab20.386326.1083-20.1414

#48224f color RGB value is (72,34,79).

#48224f hex color red value is 72, green value is 34 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #48224f hue: 0.81 , saturation: 0.40 and the lightness value of 48224f is 0.22.

The process color (four color CMYK) of #48224f color hex is 0.09, 0.57, 0.00, 0.69. Web safe color of #48224f is #333366. Color #48224f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100010 01001111
Octal 110 42 117
Decimal 72 34 79
Hex 48 22 4F

RGB Percentages of Color #48224f

%38.92
%18.38
%42.70

CMYK Percentages of Color #48224f

%9
%57
%0
%69

Triadic Colors of #48224f

#48224f #4f4822 #224f48

Analogous Colors of #48224f

#48224f #4f223f #32224f

Monochromatic Colors of #48224f

#48224f

Complementary Color

#48224f #294f22

#48224f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48224f Color Preview on White Background

Lorem ipsum dolor sit amet.

#48224f Color CSS Codes

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

#48224f Text Font Color

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

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


#48224f Background Color

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

This div background color is #48224f


#48224f Border Color

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

This div border color is #48224f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48224f


Comments

No comments written yet.

Please login to write comment.