Color Hex Logo

#493fce Color Hex

#493FCE
(73,63,206)
0 Favorites   0 Comments

Color spaces of #493fce

RGB 7363206
HSL0.680.590.53
HSV244°69°81°
CMYK 0.650.690.00   0.19
XYZ15.66579.427759.3866
Yxy9.42770.18540.1116
Hunter Lab30.704637.3391-93.1814
CIE-Lab36.795146.5760-72.3818

#493fce color RGB value is (73,63,206).

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

The process color (four color CMYK) of #493fce color hex is 0.65, 0.69, 0.00, 0.19. Web safe color of #493fce is #3333cc. Color #493fce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00111111 11001110
Octal 111 77 316
Decimal 73 63 206
Hex 49 3F CE

RGB Percentages of Color #493fce

%21.35
%18.42
%60.23

CMYK Percentages of Color #493fce

%65
%69
%0
%19

Triadic Colors of #493fce

#493fce #ce493f #3fce49

Analogous Colors of #493fce

#493fce #913fce #3f7dce

Monochromatic Colors of #493fce

#493fce

Complementary Color

#493fce #c4ce3f

#493fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#493fce Color CSS Codes

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

#493fce Text Font Color

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

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


#493fce Background Color

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

This div background color is #493fce


#493fce Border Color

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

This div border color is #493fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493fce


Comments

No comments written yet.

Please login to write comment.