Color Hex Logo

#493afb Color Hex

#493AFB
(73,58,251)
0 Favorites   0 Comments

Color spaces of #493afb

RGB 7358251
HSL0.680.960.61
HSV245°77°98°
CMYK 0.710.770.00   0.02
XYZ21.673311.407692.3264
Yxy11.40760.17280.0910
Hunter Lab33.775155.4359-138.4302
CIE-Lab40.258762.9736-92.3029

#493afb color RGB value is (73,58,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00111010 11111011
Octal 111 72 373
Decimal 73 58 251
Hex 49 3A FB

RGB Percentages of Color #493afb

%19.11
%15.18
%65.71

CMYK Percentages of Color #493afb

%71
%77
%0
%2

Triadic Colors of #493afb

#493afb #fb493a #3afb49

Analogous Colors of #493afb

#493afb #aa3afb #3a8cfb

Monochromatic Colors of #493afb

#493afb

Complementary Color

#493afb #ecfb3a

#493afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#493afb Color CSS Codes

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

#493afb Text Font Color

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

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


#493afb Background Color

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

This div background color is #493afb


#493afb Border Color

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

This div border color is #493afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493afb


Comments

No comments written yet.

Please login to write comment.