Color Hex Logo

#493cad Color Hex

#493CAD
(73,60,173)
0 Favorites   0 Comments

Color spaces of #493cad

RGB 7360173
HSL0.690.480.46
HSV247°65°68°
CMYK 0.580.650.00   0.32
XYZ11.90637.665340.3872
Yxy7.66530.19860.1278
Hunter Lab27.686328.3118-67.1086
CIE-Lab33.275937.7822-58.7420

#493cad color RGB value is (73,60,173).

#493cad hex color red value is 73, green value is 60 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #493cad hue: 0.69 , saturation: 0.48 and the lightness value of 493cad is 0.46.

The process color (four color CMYK) of #493cad color hex is 0.58, 0.65, 0.00, 0.32. Web safe color of #493cad is #333399. Color #493cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00111100 10101101
Octal 111 74 255
Decimal 73 60 173
Hex 49 3C AD

RGB Percentages of Color #493cad

%23.86
%19.61
%56.54

CMYK Percentages of Color #493cad

%58
%65
%0
%32

Triadic Colors of #493cad

#493cad #ad493c #3cad49

Analogous Colors of #493cad

#493cad #823cad #3c68ad

Monochromatic Colors of #493cad

#493cad

Complementary Color

#493cad #a0ad3c

#493cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#493cad Color CSS Codes

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

#493cad Text Font Color

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

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


#493cad Background Color

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

This div background color is #493cad


#493cad Border Color

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

This div border color is #493cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493cad


Comments

No comments written yet.

Please login to write comment.