Color Hex Logo

#490eac Color Hex

#490EAC
(73,14,172)
0 Favorites   0 Comments

Color spaces of #490eac

RGB 7314172
HSL0.730.850.36
HSV262°92°67°
CMYK 0.580.920.00   0.33
XYZ10.35114.709139.3931
Yxy4.70910.19010.0865
Hunter Lab21.700547.1685-92.4395
CIE-Lab25.889458.2158-70.2885

#490eac color RGB value is (73,14,172).

#490eac hex color red value is 73, green value is 14 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #490eac hue: 0.73 , saturation: 0.85 and the lightness value of 490eac is 0.36.

The process color (four color CMYK) of #490eac color hex is 0.58, 0.92, 0.00, 0.33. Web safe color of #490eac is #330099. Color #490eac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00001110 10101100
Octal 111 16 254
Decimal 73 14 172
Hex 49 E AC

RGB Percentages of Color #490eac

%28.19
%5.41
%66.41

CMYK Percentages of Color #490eac

%58
%92
%0
%33

Triadic Colors of #490eac

#490eac #ac490e #0eac49

Analogous Colors of #490eac

#490eac #980eac #0e22ac

Monochromatic Colors of #490eac

#490eac

Complementary Color

#490eac #71ac0e

#490eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#490eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#490eac Color CSS Codes

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

#490eac Text Font Color

<p style="color:#490eac">Text here</p>

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


#490eac Background Color

<div style="background-color:#490eac">
Div content here</div>

This div background color is #490eac


#490eac Border Color

<div style="border:3px solid #490eac">
Div here</div>

This div border color is #490eac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,14,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #490eac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #490eac;
  -webkit-box-shadow: 1px 1px 3px 2px #490eac;
  box-shadow:         1px 1px 3px 2px #490eac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,14,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #490eac


Comments

No comments written yet.

Please login to write comment.