Color Hex Logo

#490acd Color Hex

#490ACD
(73,10,205)
0 Favorites   0 Comments

Color spaces of #490acd

RGB 7310205
HSL0.720.910.42
HSV259°95°80°
CMYK 0.640.950.00   0.20
XYZ13.87566.041358.1924
Yxy6.04130.17760.0773
Hunter Lab24.579157.7552-123.1673
CIE-Lab29.516467.0824-83.8285

#490acd color RGB value is (73,10,205).

#490acd hex color red value is 73, green value is 10 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #490acd hue: 0.72 , saturation: 0.91 and the lightness value of 490acd is 0.42.

The process color (four color CMYK) of #490acd color hex is 0.64, 0.95, 0.00, 0.20. Web safe color of #490acd is #3300cc. Color #490acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00001010 11001101
Octal 111 12 315
Decimal 73 10 205
Hex 49 A CD

RGB Percentages of Color #490acd

%25.35
%3.47
%71.18

CMYK Percentages of Color #490acd

%64
%95
%0
%20

Triadic Colors of #490acd

#490acd #cd490a #0acd49

Analogous Colors of #490acd

#490acd #ab0acd #0a2ccd

Monochromatic Colors of #490acd

#490acd

Complementary Color

#490acd #8ecd0a

#490acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#490acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#490acd Color CSS Codes

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

#490acd Text Font Color

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

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


#490acd Background Color

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

This div background color is #490acd


#490acd Border Color

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

This div border color is #490acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #490acd


Comments

No comments written yet.

Please login to write comment.