Color Hex Logo

#4490ec Color Hex

#4490EC
(68,144,236)
0 Favorites   0 Comments

Color spaces of #4490ec

RGB 68144236
HSL0.590.820.60
HSV213°71°93°
CMYK 0.710.390.00   0.07
XYZ27.497527.231683.1638
Yxy27.23160.19940.1975
Hunter Lab52.18392.7360-57.9598
CIE-Lab59.18816.6038-53.1844

#4490ec color RGB value is (68,144,236).

#4490ec hex color red value is 68, green value is 144 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #4490ec hue: 0.59 , saturation: 0.82 and the lightness value of 4490ec is 0.60.

The process color (four color CMYK) of #4490ec color hex is 0.71, 0.39, 0.00, 0.07. Web safe color of #4490ec is #3399ff. Color #4490ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10010000 11101100
Octal 104 220 354
Decimal 68 144 236
Hex 44 90 EC

RGB Percentages of Color #4490ec

%15.18
%32.14
%52.68

CMYK Percentages of Color #4490ec

%71
%39
%0
%7

Triadic Colors of #4490ec

#4490ec #ec4490 #90ec44

Analogous Colors of #4490ec

#4490ec #4c44ec #44e4ec

Monochromatic Colors of #4490ec

#4490ec

Complementary Color

#4490ec #eca044

#4490ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4490ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4490ec Color CSS Codes

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

#4490ec Text Font Color

<p style="color:#4490ec">Text here</p>

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


#4490ec Background Color

<div style="background-color:#4490ec">
Div content here</div>

This div background color is #4490ec


#4490ec Border Color

<div style="border:3px solid #4490ec">
Div here</div>

This div border color is #4490ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,144,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4490ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4490ec;
  -webkit-box-shadow: 1px 1px 3px 2px #4490ec;
  box-shadow:         1px 1px 3px 2px #4490ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4490ec


Comments

No comments written yet.

Please login to write comment.