Color Hex Logo

#446fdd Color Hex

#446FDD
(68,111,221)
0 Favorites   0 Comments

Color spaces of #446fdd

RGB 68111221
HSL0.620.690.57
HSV223°69°87°
CMYK 0.690.500.00   0.13
XYZ21.119517.818370.7328
Yxy17.81830.19260.1625
Hunter Lab42.211715.4371-69.8021
CIE-Lab49.275021.4859-60.6712

#446fdd color RGB value is (68,111,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01101111 11011101
Octal 104 157 335
Decimal 68 111 221
Hex 44 6F DD

RGB Percentages of Color #446fdd

%17.00
%27.75
%55.25

CMYK Percentages of Color #446fdd

%69
%50
%0
%13

Triadic Colors of #446fdd

#446fdd #dd446f #6fdd44

Analogous Colors of #446fdd

#446fdd #6644dd #44bcdd

Monochromatic Colors of #446fdd

#446fdd

Complementary Color

#446fdd #ddb244

#446fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#446fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#446fdd Color CSS Codes

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

#446fdd Text Font Color

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

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


#446fdd Background Color

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

This div background color is #446fdd


#446fdd Border Color

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

This div border color is #446fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #446fdd


Comments

No comments written yet.

Please login to write comment.