Color Hex Logo

#493fe5 Color Hex

#493FE5
(73,63,229)
0 Favorites   0 Comments

Color spaces of #493fe5

RGB 7363229
HSL0.680.760.57
HSV244°72°90°
CMYK 0.680.720.00   0.10
XYZ18.668010.628675.1964
Yxy10.62860.17870.1017
Hunter Lab32.601545.1584-113.9331
CIE-Lab38.947853.7969-82.0462

#493fe5 color RGB value is (73,63,229).

#493fe5 hex color red value is 73, green value is 63 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #493fe5 hue: 0.68 , saturation: 0.76 and the lightness value of 493fe5 is 0.57.

The process color (four color CMYK) of #493fe5 color hex is 0.68, 0.72, 0.00, 0.10. Web safe color of #493fe5 is #3333cc. Color #493fe5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00111111 11100101
Octal 111 77 345
Decimal 73 63 229
Hex 49 3F E5

RGB Percentages of Color #493fe5

%20.00
%17.26
%62.74

CMYK Percentages of Color #493fe5

%68
%72
%0
%10

Triadic Colors of #493fe5

#493fe5 #e5493f #3fe549

Analogous Colors of #493fe5

#493fe5 #9c3fe5 #3f88e5

Monochromatic Colors of #493fe5

#493fe5

Complementary Color

#493fe5 #dbe53f

#493fe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493fe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#493fe5 Color CSS Codes

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

#493fe5 Text Font Color

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

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


#493fe5 Background Color

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

This div background color is #493fe5


#493fe5 Border Color

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

This div border color is #493fe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493fe5


Comments

No comments written yet.

Please login to write comment.