Color Hex Logo

#491eea Color Hex

#491EEA
(73,30,234)
0 Favorites   0 Comments

Color spaces of #491eea

RGB 7330234
HSL0.700.830.52
HSV253°87°92°
CMYK 0.690.870.00   0.08
XYZ18.06328.285578.4891
Yxy8.28550.17230.0790
Hunter Lab28.784561.6414-141.5216
CIE-Lab34.570569.4911-92.1367

#491eea color RGB value is (73,30,234).

#491eea hex color red value is 73, green value is 30 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #491eea hue: 0.70 , saturation: 0.83 and the lightness value of 491eea is 0.52.

The process color (four color CMYK) of #491eea color hex is 0.69, 0.87, 0.00, 0.08. Web safe color of #491eea is #3333ff. Color #491eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00011110 11101010
Octal 111 36 352
Decimal 73 30 234
Hex 49 1E EA

RGB Percentages of Color #491eea

%21.66
%8.90
%69.44

CMYK Percentages of Color #491eea

%69
%87
%0
%8

Triadic Colors of #491eea

#491eea #ea491e #1eea49

Analogous Colors of #491eea

#491eea #af1eea #1e59ea

Monochromatic Colors of #491eea

#491eea

Complementary Color

#491eea #bfea1e

#491eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#491eea Color CSS Codes

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

#491eea Text Font Color

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

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


#491eea Background Color

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

This div background color is #491eea


#491eea Border Color

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

This div border color is #491eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491eea


Comments

No comments written yet.

Please login to write comment.