Color Hex Logo

#493ac7 Color Hex

#493AC7
(73,58,199)
0 Favorites   0 Comments

Color spaces of #493ac7

RGB 7358199
HSL0.680.560.50
HSV246°71°78°
CMYK 0.630.710.00   0.22
XYZ14.56958.566154.9184
Yxy8.56610.18670.1097
Hunter Lab29.267937.6381-90.7645
CIE-Lab35.135147.1815-71.0383

#493ac7 color RGB value is (73,58,199).

#493ac7 hex color red value is 73, green value is 58 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #493ac7 hue: 0.68 , saturation: 0.56 and the lightness value of 493ac7 is 0.50.

The process color (four color CMYK) of #493ac7 color hex is 0.63, 0.71, 0.00, 0.22. Web safe color of #493ac7 is #3333cc. Color #493ac7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00111010 11000111
Octal 111 72 307
Decimal 73 58 199
Hex 49 3A C7

RGB Percentages of Color #493ac7

%22.12
%17.58
%60.30

CMYK Percentages of Color #493ac7

%63
%71
%0
%22

Triadic Colors of #493ac7

#493ac7 #c7493a #3ac749

Analogous Colors of #493ac7

#493ac7 #903ac7 #3a72c7

Monochromatic Colors of #493ac7

#493ac7

Complementary Color

#493ac7 #b8c73a

#493ac7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493ac7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#493ac7 Color CSS Codes

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

#493ac7 Text Font Color

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

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


#493ac7 Background Color

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

This div background color is #493ac7


#493ac7 Border Color

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

This div border color is #493ac7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493ac7


Comments

No comments written yet.

Please login to write comment.