Color Hex Logo

#4908aa Color Hex

#4908AA
(73,8,170)
0 Favorites   0 Comments

Color spaces of #4908aa

RGB 738170
HSL0.730.910.35
HSV264°95°67°
CMYK 0.570.950.00   0.33
XYZ10.09024.492438.3655
Yxy4.49240.19060.0848
Hunter Lab21.195347.8847-92.4839
CIE-Lab25.236759.0058-70.1636

#4908aa color RGB value is (73,8,170).

#4908aa hex color red value is 73, green value is 8 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4908aa hue: 0.73 , saturation: 0.91 and the lightness value of 4908aa is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00001000 10101010
Octal 111 10 252
Decimal 73 8 170
Hex 49 8 AA

RGB Percentages of Color #4908aa

%29.08
%3.19
%67.73

CMYK Percentages of Color #4908aa

%57
%95
%0
%33

Triadic Colors of #4908aa

#4908aa #aa4908 #08aa49

Analogous Colors of #4908aa

#4908aa #9a08aa #0818aa

Monochromatic Colors of #4908aa

#4908aa

Complementary Color

#4908aa #69aa08

#4908aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4908aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4908aa Color CSS Codes

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

#4908aa Text Font Color

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

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


#4908aa Background Color

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

This div background color is #4908aa


#4908aa Border Color

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

This div border color is #4908aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4908aa


Comments

No comments written yet.

Please login to write comment.