Color Hex Logo

#490fac Color Hex

#490FAC
(73,15,172)
0 Favorites   0 Comments

Color spaces of #490fac

RGB 7315172
HSL0.730.840.37
HSV262°91°67°
CMYK 0.580.910.00   0.33
XYZ10.36494.736739.3977
Yxy4.73670.19020.0869
Hunter Lab21.764046.9222-92.0936
CIE-Lab25.971157.9698-70.1532

#490fac color RGB value is (73,15,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00001111 10101100
Octal 111 17 254
Decimal 73 15 172
Hex 49 F AC

RGB Percentages of Color #490fac

%28.08
%5.77
%66.15

CMYK Percentages of Color #490fac

%58
%91
%0
%33

Triadic Colors of #490fac

#490fac #ac490f #0fac49

Analogous Colors of #490fac

#490fac #980fac #0f23ac

Monochromatic Colors of #490fac

#490fac

Complementary Color

#490fac #72ac0f

#490fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#490fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#490fac Color CSS Codes

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

#490fac Text Font Color

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

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


#490fac Background Color

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

This div background color is #490fac


#490fac Border Color

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

This div border color is #490fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #490fac


Comments

No comments written yet.

Please login to write comment.