Color Hex Logo

#493efd Color Hex

#493EFD
(73,62,253)
0 Favorites   0 Comments

Color spaces of #493efd

RGB 7362253
HSL0.680.980.62
HSV243°75°99°
CMYK 0.710.750.00   0.01
XYZ22.199911.953694.0657
Yxy11.95360.17310.0932
Hunter Lab34.574054.1101-137.1090
CIE-Lab41.142361.6192-91.9607

#493efd color RGB value is (73,62,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00111110 11111101
Octal 111 76 375
Decimal 73 62 253
Hex 49 3E FD

RGB Percentages of Color #493efd

%18.81
%15.98
%65.21

CMYK Percentages of Color #493efd

%71
%75
%0
%1

Triadic Colors of #493efd

#493efd #fd493e #3efd49

Analogous Colors of #493efd

#493efd #a93efd #3e93fd

Monochromatic Colors of #493efd

#493efd

Complementary Color

#493efd #f2fd3e

#493efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#493efd Color CSS Codes

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

#493efd Text Font Color

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

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


#493efd Background Color

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

This div background color is #493efd


#493efd Border Color

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

This div border color is #493efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493efd

Related Colors


Comments

No comments written yet.

Please login to write comment.