Color Hex Logo

#493cff Color Hex

#493CFF
(73,60,255)
0 Favorites   0 Comments

Color spaces of #493cff

RGB 7360255
HSL0.681.000.62
HSV244°76°100°
CMYK 0.710.760.00   0.00
XYZ22.413511.868295.7172
Yxy11.86820.17240.0913
Hunter Lab34.450355.8450-140.6172
CIE-Lab41.005963.1916-93.3042

#493cff color RGB value is (73,60,255).

#493cff hex color red value is 73, green value is 60 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #493cff hue: 0.68 , saturation: 1.00 and the lightness value of 493cff is 0.62.

The process color (four color CMYK) of #493cff color hex is 0.71, 0.76, 0.00, 0.00. Web safe color of #493cff is #3333ff. Color #493cff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00111100 11111111
Octal 111 74 377
Decimal 73 60 255
Hex 49 3C FF

RGB Percentages of Color #493cff

%18.81
%15.46
%65.72

CMYK Percentages of Color #493cff

%71
%76
%0
%0

Triadic Colors of #493cff

#493cff #ff493c #3cff49

Analogous Colors of #493cff

#493cff #ab3cff #3c91ff

Monochromatic Colors of #493cff

#493cff

Complementary Color

#493cff #f2ff3c

#493cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#493cff Color CSS Codes

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

#493cff Text Font Color

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

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


#493cff Background Color

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

This div background color is #493cff


#493cff Border Color

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

This div border color is #493cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493cff


Comments

No comments written yet.

Please login to write comment.