Color Hex Logo

#493cfa Color Hex

#493CFA
(73,60,250)
0 Favorites   0 Comments

Color spaces of #493cfa

RGB 7360250
HSL0.680.950.61
HSV244°76°98°
CMYK 0.710.760.00   0.02
XYZ21.618811.550391.5325
Yxy11.55030.17340.0926
Hunter Lab33.985754.0713-135.8935
CIE-Lab40.492361.7104-91.3559

#493cfa color RGB value is (73,60,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00111100 11111010
Octal 111 74 372
Decimal 73 60 250
Hex 49 3C FA

RGB Percentages of Color #493cfa

%19.06
%15.67
%65.27

CMYK Percentages of Color #493cfa

%71
%76
%0
%2

Triadic Colors of #493cfa

#493cfa #fa493c #3cfa49

Analogous Colors of #493cfa

#493cfa #a83cfa #3c8efa

Monochromatic Colors of #493cfa

#493cfa

Complementary Color

#493cfa #edfa3c

#493cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#493cfa Color CSS Codes

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

#493cfa Text Font Color

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

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


#493cfa Background Color

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

This div background color is #493cfa


#493cfa Border Color

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

This div border color is #493cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493cfa

Related Colors


Comments

No comments written yet.

Please login to write comment.