Color Hex Logo

#447db9 Color Hex

#447DB9
(68,125,185)
0 Favorites   0 Comments

Color spaces of #447db9

RGB 68125185
HSL0.590.460.50
HSV211°63°73°
CMYK 0.630.320.00   0.27
XYZ18.474519.399048.6696
Yxy19.39900.21350.2242
Hunter Lab44.0443-2.2052-34.6853
CIE-Lab51.15080.1900-37.1422

#447db9 color RGB value is (68,125,185).

#447db9 hex color red value is 68, green value is 125 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #447db9 hue: 0.59 , saturation: 0.46 and the lightness value of 447db9 is 0.50.

The process color (four color CMYK) of #447db9 color hex is 0.63, 0.32, 0.00, 0.27. Web safe color of #447db9 is #3366cc. Color #447db9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01111101 10111001
Octal 104 175 271
Decimal 68 125 185
Hex 44 7D B9

RGB Percentages of Color #447db9

%17.99
%33.07
%48.94

CMYK Percentages of Color #447db9

%63
%32
%0
%27

Triadic Colors of #447db9

#447db9 #b9447d #7db944

Analogous Colors of #447db9

#447db9 #4644b9 #44b8b9

Monochromatic Colors of #447db9

#447db9

Complementary Color

#447db9 #b98044

#447db9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#447db9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#447db9 Color CSS Codes

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

#447db9 Text Font Color

<p style="color:#447db9">Text here</p>

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


#447db9 Background Color

<div style="background-color:#447db9">
Div content here</div>

This div background color is #447db9


#447db9 Border Color

<div style="border:3px solid #447db9">
Div here</div>

This div border color is #447db9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,125,185, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #447db9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #447db9;
  -webkit-box-shadow: 1px 1px 3px 2px #447db9;
  box-shadow:         1px 1px 3px 2px #447db9; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #447db9


Comments

No comments written yet.

Please login to write comment.