Color Hex Logo

#447bad Color Hex

#447BAD
(68,123,173)
0 Favorites   0 Comments

Color spaces of #447bad

RGB 68123173
HSL0.580.440.47
HSV209°61°68°
CMYK 0.610.290.00   0.32
XYZ17.009718.412042.1925
Yxy18.41200.21920.2372
Hunter Lab42.9092-4.3317-28.2632
CIE-Lab49.9921-2.6820-32.0310

#447bad color RGB value is (68,123,173).

#447bad hex color red value is 68, green value is 123 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #447bad hue: 0.58 , saturation: 0.44 and the lightness value of 447bad is 0.47.

The process color (four color CMYK) of #447bad color hex is 0.61, 0.29, 0.00, 0.32. Web safe color of #447bad is #336699. Color #447bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01111011 10101101
Octal 104 173 255
Decimal 68 123 173
Hex 44 7B AD

RGB Percentages of Color #447bad

%18.68
%33.79
%47.53

CMYK Percentages of Color #447bad

%61
%29
%0
%32

Triadic Colors of #447bad

#447bad #ad447b #7bad44

Analogous Colors of #447bad

#447bad #4446ad #44adab

Monochromatic Colors of #447bad

#447bad

Complementary Color

#447bad #ad7644

#447bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#447bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#447bad Color CSS Codes

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

#447bad Text Font Color

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

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


#447bad Background Color

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

This div background color is #447bad


#447bad Border Color

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

This div border color is #447bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #447bad


Comments

No comments written yet.

Please login to write comment.