Color Hex Logo

#446ddf Color Hex

#446DDF
(68,109,223)
0 Favorites   0 Comments

Color spaces of #446ddf

RGB 68109223
HSL0.620.710.57
HSV224°70°87°
CMYK 0.700.510.00   0.13
XYZ21.171817.493972.0728
Yxy17.49390.19120.1580
Hunter Lab41.825717.1601-72.8887
CIE-Lab48.876423.4537-62.4453

#446ddf color RGB value is (68,109,223).

#446ddf hex color red value is 68, green value is 109 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #446ddf hue: 0.62 , saturation: 0.71 and the lightness value of 446ddf is 0.57.

The process color (four color CMYK) of #446ddf color hex is 0.70, 0.51, 0.00, 0.13. Web safe color of #446ddf is #3366cc. Color #446ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01101101 11011111
Octal 104 155 337
Decimal 68 109 223
Hex 44 6D DF

RGB Percentages of Color #446ddf

%17.00
%27.25
%55.75

CMYK Percentages of Color #446ddf

%70
%51
%0
%13

Triadic Colors of #446ddf

#446ddf #df446d #6ddf44

Analogous Colors of #446ddf

#446ddf #6944df #44bbdf

Monochromatic Colors of #446ddf

#446ddf

Complementary Color

#446ddf #dfb644

#446ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#446ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#446ddf Color CSS Codes

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

#446ddf Text Font Color

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

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


#446ddf Background Color

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

This div background color is #446ddf


#446ddf Border Color

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

This div border color is #446ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #446ddf


Comments

No comments written yet.

Please login to write comment.