Color Hex Logo

#490150 Color Hex

#490150
(73,1,80)
0 Favorites   0 Comments

Color spaces of #490150

RGB 73180
HSL0.820.980.16
HSV295°99°31°
CMYK 0.090.990.00   0.69
XYZ4.20652.01747.7571
Yxy2.01740.30090.1443
Hunter Lab14.203528.0082-22.4381
CIE-Lab15.578340.7472-28.4652

#490150 color RGB value is (73,1,80).

#490150 hex color red value is 73, green value is 1 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #490150 hue: 0.82 , saturation: 0.98 and the lightness value of 490150 is 0.16.

The process color (four color CMYK) of #490150 color hex is 0.09, 0.99, 0.00, 0.69. Web safe color of #490150 is #330066. Color #490150 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00000001 01010000
Octal 111 1 120
Decimal 73 1 80
Hex 49 1 50

RGB Percentages of Color #490150

%47.40
%0.65
%51.95

CMYK Percentages of Color #490150

%9
%99
%0
%69

Triadic Colors of #490150

#490150 #504901 #015049

Analogous Colors of #490150

#490150 #50012f #220150

Monochromatic Colors of #490150

#490150

Complementary Color

#490150 #085001

#490150 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#490150 Color Preview on White Background

Lorem ipsum dolor sit amet.

#490150 Color CSS Codes

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

#490150 Text Font Color

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

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


#490150 Background Color

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

This div background color is #490150


#490150 Border Color

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

This div border color is #490150


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #490150


Comments

No comments written yet.

Please login to write comment.