Color Hex Logo

#493fdd Color Hex

#493FDD
(73,63,221)
0 Favorites   0 Comments

Color spaces of #493fdd

RGB 7363221
HSL0.680.700.56
HSV244°71°87°
CMYK 0.670.710.00   0.13
XYZ17.576310.191969.4475
Yxy10.19190.18080.1048
Hunter Lab31.924842.4056-106.6291
CIE-Lab38.184751.3064-78.7368

#493fdd color RGB value is (73,63,221).

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

The process color (four color CMYK) of #493fdd color hex is 0.67, 0.71, 0.00, 0.13. Web safe color of #493fdd is #3333cc. Color #493fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00111111 11011101
Octal 111 77 335
Decimal 73 63 221
Hex 49 3F DD

RGB Percentages of Color #493fdd

%20.45
%17.65
%61.90

CMYK Percentages of Color #493fdd

%67
%71
%0
%13

Triadic Colors of #493fdd

#493fdd #dd493f #3fdd49

Analogous Colors of #493fdd

#493fdd #983fdd #3f84dd

Monochromatic Colors of #493fdd

#493fdd

Complementary Color

#493fdd #d3dd3f

#493fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#493fdd Color CSS Codes

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

#493fdd Text Font Color

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

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


#493fdd Background Color

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

This div background color is #493fdd


#493fdd Border Color

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

This div border color is #493fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493fdd


Comments

No comments written yet.

Please login to write comment.