Color Hex Logo

#4905aa Color Hex

#4905AA
(73,5,170)
0 Favorites   0 Comments

Color spaces of #4905aa

RGB 735170
HSL0.740.940.34
HSV265°97°67°
CMYK 0.570.970.00   0.33
XYZ10.05764.427338.3547
Yxy4.42730.19030.0838
Hunter Lab21.041248.5004-93.3475
CIE-Lab25.036659.6133-70.4955

#4905aa color RGB value is (73,5,170).

#4905aa hex color red value is 73, green value is 5 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4905aa hue: 0.74 , saturation: 0.94 and the lightness value of 4905aa is 0.34.

The process color (four color CMYK) of #4905aa color hex is 0.57, 0.97, 0.00, 0.33. Web safe color of #4905aa is #330099. Color #4905aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00000101 10101010
Octal 111 5 252
Decimal 73 5 170
Hex 49 5 AA

RGB Percentages of Color #4905aa

%29.44
%2.02
%68.55

CMYK Percentages of Color #4905aa

%57
%97
%0
%33

Triadic Colors of #4905aa

#4905aa #aa4905 #05aa49

Analogous Colors of #4905aa

#4905aa #9c05aa #0513aa

Monochromatic Colors of #4905aa

#4905aa

Complementary Color

#4905aa #66aa05

#4905aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4905aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4905aa Color CSS Codes

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

#4905aa Text Font Color

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

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


#4905aa Background Color

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

This div background color is #4905aa


#4905aa Border Color

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

This div border color is #4905aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4905aa

#4905aa Color Palettes


Comments

No comments written yet.

Please login to write comment.