Color Hex Logo

#490eae Color Hex

#490EAE
(73,14,174)
0 Favorites   0 Comments

Color spaces of #490eae

RGB 7314174
HSL0.730.850.37
HSV262°92°68°
CMYK 0.580.920.00   0.32
XYZ10.54474.786540.4125
Yxy4.78650.18920.0859
Hunter Lab21.878147.7460-94.2040
CIE-Lab26.117658.7113-71.1138

#490eae color RGB value is (73,14,174).

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

The process color (four color CMYK) of #490eae color hex is 0.58, 0.92, 0.00, 0.32. Web safe color of #490eae is #330099. Color #490eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00001110 10101110
Octal 111 16 256
Decimal 73 14 174
Hex 49 E AE

RGB Percentages of Color #490eae

%27.97
%5.36
%66.67

CMYK Percentages of Color #490eae

%58
%92
%0
%32

Triadic Colors of #490eae

#490eae #ae490e #0eae49

Analogous Colors of #490eae

#490eae #990eae #0e23ae

Monochromatic Colors of #490eae

#490eae

Complementary Color

#490eae #73ae0e

#490eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#490eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#490eae Color CSS Codes

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

#490eae Text Font Color

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

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


#490eae Background Color

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

This div background color is #490eae


#490eae Border Color

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

This div border color is #490eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #490eae


Comments

No comments written yet.

Please login to write comment.