Color Hex Logo

#48228a Color Hex

#48228A
(72,34,138)
0 Favorites   0 Comments

Color spaces of #48228a

RGB 7234138
HSL0.730.600.34
HSV262°75°54°
CMYK 0.480.750.00   0.46
XYZ7.83204.356824.4729
Yxy4.35680.21360.1188
Hunter Lab20.872930.4496-54.9047
CIE-Lab24.817641.6401-51.2262

#48228a color RGB value is (72,34,138).

#48228a hex color red value is 72, green value is 34 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #48228a hue: 0.73 , saturation: 0.60 and the lightness value of 48228a is 0.34.

The process color (four color CMYK) of #48228a color hex is 0.48, 0.75, 0.00, 0.46. Web safe color of #48228a is #333399. Color #48228a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100010 10001010
Octal 110 42 212
Decimal 72 34 138
Hex 48 22 8A

RGB Percentages of Color #48228a

%29.51
%13.93
%56.56

CMYK Percentages of Color #48228a

%48
%75
%0
%46

Triadic Colors of #48228a

#48228a #8a4822 #228a48

Analogous Colors of #48228a

#48228a #7c228a #22308a

Monochromatic Colors of #48228a

#48228a

Complementary Color

#48228a #648a22

#48228a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48228a Color Preview on White Background

Lorem ipsum dolor sit amet.

#48228a Color CSS Codes

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

#48228a Text Font Color

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

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


#48228a Background Color

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

This div background color is #48228a


#48228a Border Color

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

This div border color is #48228a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48228a


Comments

No comments written yet.

Please login to write comment.