Color Hex Logo

#493eda Color Hex

#493EDA
(73,62,218)
0 Favorites   0 Comments

Color spaces of #493eda

RGB 7362218
HSL0.680.680.55
HSV244°72°85°
CMYK 0.670.720.00   0.15
XYZ17.12529.923767.3425
Yxy9.92370.18140.1051
Hunter Lab31.501941.9086-104.6946
CIE-Lab37.705150.9152-77.8063

#493eda color RGB value is (73,62,218).

#493eda hex color red value is 73, green value is 62 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #493eda hue: 0.68 , saturation: 0.68 and the lightness value of 493eda is 0.55.

The process color (four color CMYK) of #493eda color hex is 0.67, 0.72, 0.00, 0.15. Web safe color of #493eda is #3333cc. Color #493eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00111110 11011010
Octal 111 76 332
Decimal 73 62 218
Hex 49 3E DA

RGB Percentages of Color #493eda

%20.68
%17.56
%61.76

CMYK Percentages of Color #493eda

%67
%72
%0
%15

Triadic Colors of #493eda

#493eda #da493e #3eda49

Analogous Colors of #493eda

#493eda #973eda #3e81da

Monochromatic Colors of #493eda

#493eda

Complementary Color

#493eda #cfda3e

#493eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#493eda Color CSS Codes

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

#493eda Text Font Color

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

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


#493eda Background Color

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

This div background color is #493eda


#493eda Border Color

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

This div border color is #493eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493eda


Comments

No comments written yet.

Please login to write comment.