Color Hex Logo

#493adf Color Hex

#493ADF
(73,58,223)
0 Favorites   0 Comments

Color spaces of #493adf

RGB 7358223
HSL0.680.720.55
HSV245°74°87°
CMYK 0.670.740.00   0.13
XYZ17.58009.770370.7713
Yxy9.77030.17920.0996
Hunter Lab31.257545.6923-112.3606
CIE-Lab37.427054.5923-81.1302

#493adf color RGB value is (73,58,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00111010 11011111
Octal 111 72 337
Decimal 73 58 223
Hex 49 3A DF

RGB Percentages of Color #493adf

%20.62
%16.38
%62.99

CMYK Percentages of Color #493adf

%67
%74
%0
%13

Triadic Colors of #493adf

#493adf #df493a #3adf49

Analogous Colors of #493adf

#493adf #9c3adf #3a7edf

Monochromatic Colors of #493adf

#493adf

Complementary Color

#493adf #d0df3a

#493adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#493adf Color CSS Codes

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

#493adf Text Font Color

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

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


#493adf Background Color

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

This div background color is #493adf


#493adf Border Color

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

This div border color is #493adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493adf


Comments

No comments written yet.

Please login to write comment.