Color Hex Logo

#493cfb Color Hex

#493CFB
(73,60,251)
0 Favorites   0 Comments

Color spaces of #493cfb

RGB 7360251
HSL0.680.960.61
HSV244°76°98°
CMYK 0.710.760.00   0.02
XYZ21.776111.613292.3606
Yxy11.61320.17320.0924
Hunter Lab34.078154.4256-136.8366
CIE-Lab40.594662.0077-91.7470

#493cfb color RGB value is (73,60,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00111100 11111011
Octal 111 74 373
Decimal 73 60 251
Hex 49 3C FB

RGB Percentages of Color #493cfb

%19.01
%15.63
%65.36

CMYK Percentages of Color #493cfb

%71
%76
%0
%2

Triadic Colors of #493cfb

#493cfb #fb493c #3cfb49

Analogous Colors of #493cfb

#493cfb #a93cfb #3c8ffb

Monochromatic Colors of #493cfb

#493cfb

Complementary Color

#493cfb #eefb3c

#493cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#493cfb Color CSS Codes

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

#493cfb Text Font Color

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

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


#493cfb Background Color

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

This div background color is #493cfb


#493cfb Border Color

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

This div border color is #493cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493cfb


Comments

No comments written yet.

Please login to write comment.