Color Hex Logo

#490dca Color Hex

#490DCA
(73,13,202)
0 Favorites   0 Comments

Color spaces of #490dca

RGB 7313202
HSL0.720.880.42
HSV259°94°79°
CMYK 0.640.940.00   0.21
XYZ13.55225.968656.3149
Yxy5.96860.17870.0787
Hunter Lab24.430756.2637-119.5670
CIE-Lab29.333165.8111-82.3799

#490dca color RGB value is (73,13,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00001101 11001010
Octal 111 15 312
Decimal 73 13 202
Hex 49 D CA

RGB Percentages of Color #490dca

%25.35
%4.51
%70.14

CMYK Percentages of Color #490dca

%64
%94
%0
%21

Triadic Colors of #490dca

#490dca #ca490d #0dca49

Analogous Colors of #490dca

#490dca #a80dca #0d2fca

Monochromatic Colors of #490dca

#490dca

Complementary Color

#490dca #8eca0d

#490dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#490dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#490dca Color CSS Codes

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

#490dca Text Font Color

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

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


#490dca Background Color

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

This div background color is #490dca


#490dca Border Color

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

This div border color is #490dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #490dca


Comments

No comments written yet.

Please login to write comment.