Color Hex Logo

#490aba Color Hex

#490ABA
(73,10,186)
0 Favorites   0 Comments

Color spaces of #490aba

RGB 7310186
HSL0.730.900.38
HSV261°95°73°
CMYK 0.610.950.00   0.27
XYZ11.71915.178746.8363
Yxy5.17870.18390.0813
Hunter Lab22.756852.0982-106.0966
CIE-Lab27.237962.4897-76.4265

#490aba color RGB value is (73,10,186).

#490aba hex color red value is 73, green value is 10 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #490aba hue: 0.73 , saturation: 0.90 and the lightness value of 490aba is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00001010 10111010
Octal 111 12 272
Decimal 73 10 186
Hex 49 A BA

RGB Percentages of Color #490aba

%27.14
%3.72
%69.14

CMYK Percentages of Color #490aba

%61
%95
%0
%27

Triadic Colors of #490aba

#490aba #ba490a #0aba49

Analogous Colors of #490aba

#490aba #a10aba #0a23ba

Monochromatic Colors of #490aba

#490aba

Complementary Color

#490aba #7bba0a

#490aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#490aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#490aba Color CSS Codes

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

#490aba Text Font Color

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

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


#490aba Background Color

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

This div background color is #490aba


#490aba Border Color

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

This div border color is #490aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #490aba


Comments

No comments written yet.

Please login to write comment.