Color Hex Logo

#4493dc Color Hex

#4493DC
(68,147,220)
0 Favorites   0 Comments

Color spaces of #4493dc

RGB 68147220
HSL0.580.680.56
HSV209°69°86°
CMYK 0.690.330.00   0.14
XYZ25.735927.263771.6161
Yxy27.26370.20650.2188
Hunter Lab52.2147-3.3954-44.7702
CIE-Lab59.2176-0.7417-44.2467

#4493dc color RGB value is (68,147,220).

#4493dc hex color red value is 68, green value is 147 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4493dc hue: 0.58 , saturation: 0.68 and the lightness value of 4493dc is 0.56.

The process color (four color CMYK) of #4493dc color hex is 0.69, 0.33, 0.00, 0.14. Web safe color of #4493dc is #3399cc. Color #4493dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10010011 11011100
Octal 104 223 334
Decimal 68 147 220
Hex 44 93 DC

RGB Percentages of Color #4493dc

%15.63
%33.79
%50.57

CMYK Percentages of Color #4493dc

%69
%33
%0
%14

Triadic Colors of #4493dc

#4493dc #dc4493 #93dc44

Analogous Colors of #4493dc

#4493dc #4447dc #44dcd9

Monochromatic Colors of #4493dc

#4493dc

Complementary Color

#4493dc #dc8d44

#4493dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4493dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4493dc Color CSS Codes

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

#4493dc Text Font Color

<p style="color:#4493dc">Text here</p>

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


#4493dc Background Color

<div style="background-color:#4493dc">
Div content here</div>

This div background color is #4493dc


#4493dc Border Color

<div style="border:3px solid #4493dc">
Div here</div>

This div border color is #4493dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,147,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4493dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4493dc;
  -webkit-box-shadow: 1px 1px 3px 2px #4493dc;
  box-shadow:         1px 1px 3px 2px #4493dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,147,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4493dc


Comments

No comments written yet.

Please login to write comment.