Color Hex Logo

#446eec Color Hex

#446EEC
(68,110,236)
0 Favorites   0 Comments

Color spaces of #446eec

RGB 68110236
HSL0.630.820.60
HSV225°71°93°
CMYK 0.710.530.00   0.07
XYZ23.100118.436981.6981
Yxy18.43690.18740.1496
Hunter Lab42.938220.8884-82.7537
CIE-Lab50.021827.4525-67.9080

#446eec color RGB value is (68,110,236).

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

The process color (four color CMYK) of #446eec color hex is 0.71, 0.53, 0.00, 0.07. Web safe color of #446eec is #3366ff. Color #446eec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01101110 11101100
Octal 104 156 354
Decimal 68 110 236
Hex 44 6E EC

RGB Percentages of Color #446eec

%16.43
%26.57
%57.00

CMYK Percentages of Color #446eec

%71
%53
%0
%7

Triadic Colors of #446eec

#446eec #ec446e #6eec44

Analogous Colors of #446eec

#446eec #6e44ec #44c2ec

Monochromatic Colors of #446eec

#446eec

Complementary Color

#446eec #ecc244

#446eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#446eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#446eec Color CSS Codes

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

#446eec Text Font Color

<p style="color:#446eec">Text here</p>

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


#446eec Background Color

<div style="background-color:#446eec">
Div content here</div>

This div background color is #446eec


#446eec Border Color

<div style="border:3px solid #446eec">
Div here</div>

This div border color is #446eec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,110,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 #446eec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #446eec


Comments

No comments written yet.

Please login to write comment.