Color Hex Logo

#4822aa Color Hex

#4822AA
(72,34,170)
0 Favorites   0 Comments

Color spaces of #4822aa

RGB 7234170
HSL0.710.670.40
HSV257°80°67°
CMYK 0.580.800.00   0.33
XYZ10.50025.424138.5237
Yxy5.42410.19280.0996
Hunter Lab23.289739.7201-81.7693
CIE-Lab27.910450.6456-65.7478

#4822aa color RGB value is (72,34,170).

#4822aa hex color red value is 72, green value is 34 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4822aa hue: 0.71 , saturation: 0.67 and the lightness value of 4822aa is 0.40.

The process color (four color CMYK) of #4822aa color hex is 0.58, 0.80, 0.00, 0.33. Web safe color of #4822aa is #333399. Color #4822aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100010 10101010
Octal 110 42 252
Decimal 72 34 170
Hex 48 22 AA

RGB Percentages of Color #4822aa

%26.09
%12.32
%61.59

CMYK Percentages of Color #4822aa

%58
%80
%0
%33

Triadic Colors of #4822aa

#4822aa #aa4822 #22aa48

Analogous Colors of #4822aa

#4822aa #8c22aa #2240aa

Monochromatic Colors of #4822aa

#4822aa

Complementary Color

#4822aa #84aa22

#4822aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4822aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4822aa Color CSS Codes

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

#4822aa Text Font Color

<p style="color:#4822aa">Text here</p>

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


#4822aa Background Color

<div style="background-color:#4822aa">
Div content here</div>

This div background color is #4822aa


#4822aa Border Color

<div style="border:3px solid #4822aa">
Div here</div>

This div border color is #4822aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4822aa


Comments

No comments written yet.

Please login to write comment.