Color Hex Logo

#48214f Color Hex

#48214F
(72,33,79)
0 Favorites   0 Comments

Color spaces of #48214f

RGB 723379
HSL0.810.410.22
HSV291°58°31°
CMYK 0.090.580.00   0.69
XYZ4.62763.02997.7381
Yxy3.02990.30060.1968
Hunter Lab17.406616.9932-14.1727
CIE-Lab20.163226.6994-20.4924

#48214f color RGB value is (72,33,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100001 01001111
Octal 110 41 117
Decimal 72 33 79
Hex 48 21 4F

RGB Percentages of Color #48214f

%39.13
%17.93
%42.93

CMYK Percentages of Color #48214f

%9
%58
%0
%69

Triadic Colors of #48214f

#48214f #4f4821 #214f48

Analogous Colors of #48214f

#48214f #4f213f #31214f

Monochromatic Colors of #48214f

#48214f

Complementary Color

#48214f #284f21

#48214f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48214f Color Preview on White Background

Lorem ipsum dolor sit amet.

#48214f Color CSS Codes

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

#48214f Text Font Color

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

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


#48214f Background Color

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

This div background color is #48214f


#48214f Border Color

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

This div border color is #48214f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,33,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 #48214f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48214f


Comments

No comments written yet.

Please login to write comment.