Color Hex Logo

#4813aa Color Hex

#4813AA
(72,19,170)
0 Favorites   0 Comments

Color spaces of #4813aa

RGB 7219170
HSL0.730.800.37
HSV261°89°67°
CMYK 0.580.890.00   0.33
XYZ10.16114.745738.4107
Yxy4.74570.19060.0890
Hunter Lab21.784645.1354-89.2910
CIE-Lab25.997656.2792-68.9072

#4813aa color RGB value is (72,19,170).

#4813aa hex color red value is 72, green value is 19 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4813aa hue: 0.73 , saturation: 0.80 and the lightness value of 4813aa is 0.37.

The process color (four color CMYK) of #4813aa color hex is 0.58, 0.89, 0.00, 0.33. Web safe color of #4813aa is #330099. Color #4813aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00010011 10101010
Octal 110 23 252
Decimal 72 19 170
Hex 48 13 AA

RGB Percentages of Color #4813aa

%27.59
%7.28
%65.13

CMYK Percentages of Color #4813aa

%58
%89
%0
%33

Triadic Colors of #4813aa

#4813aa #aa4813 #13aa48

Analogous Colors of #4813aa

#4813aa #9413aa #132aaa

Monochromatic Colors of #4813aa

#4813aa

Complementary Color

#4813aa #75aa13

#4813aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4813aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4813aa Color CSS Codes

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

#4813aa Text Font Color

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

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


#4813aa Background Color

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

This div background color is #4813aa


#4813aa Border Color

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

This div border color is #4813aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4813aa


Comments

No comments written yet.

Please login to write comment.