Color Hex Logo

#493eff Color Hex

#493EFF
(73,62,255)
0 Favorites   0 Comments

Color spaces of #493eff

RGB 7362255
HSL0.681.000.62
HSV243°76°100°
CMYK 0.710.760.00   0.00
XYZ22.520312.081795.7528
Yxy12.08170.17280.0927
Hunter Lab34.758754.8229-139.0000
CIE-Lab41.345762.2168-92.7421

#493eff color RGB value is (73,62,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00111110 11111111
Octal 111 76 377
Decimal 73 62 255
Hex 49 3E FF

RGB Percentages of Color #493eff

%18.72
%15.90
%65.38

CMYK Percentages of Color #493eff

%71
%76
%0
%0

Triadic Colors of #493eff

#493eff #ff493e #3eff49

Analogous Colors of #493eff

#493eff #aa3eff #3e94ff

Monochromatic Colors of #493eff

#493eff

Complementary Color

#493eff #f4ff3e

#493eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#493eff Color CSS Codes

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

#493eff Text Font Color

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

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


#493eff Background Color

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

This div background color is #493eff


#493eff Border Color

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

This div border color is #493eff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,62,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 #493eff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493eff

Related Colors


Comments

No comments written yet.

Please login to write comment.