Color Hex Logo

#445bab Color Hex

#445BAB
(68,91,171)
0 Favorites   0 Comments

Color spaces of #445bab

RGB 6891171
HSL0.630.430.47
HSV227°60°67°
CMYK 0.600.470.00   0.33
XYZ13.475711.651440.0668
Yxy11.65140.20670.1787
Hunter Lab34.134110.7346-45.7009
CIE-Lab40.656616.5104-45.6355

#445bab color RGB value is (68,91,171).

#445bab hex color red value is 68, green value is 91 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #445bab hue: 0.63 , saturation: 0.43 and the lightness value of 445bab is 0.47.

The process color (four color CMYK) of #445bab color hex is 0.60, 0.47, 0.00, 0.33. Web safe color of #445bab is #336699. Color #445bab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01011011 10101011
Octal 104 133 253
Decimal 68 91 171
Hex 44 5B AB

RGB Percentages of Color #445bab

%20.61
%27.58
%51.82

CMYK Percentages of Color #445bab

%60
%47
%0
%33

Triadic Colors of #445bab

#445bab #ab445b #5bab44

Analogous Colors of #445bab

#445bab #6144ab #448fab

Monochromatic Colors of #445bab

#445bab

Complementary Color

#445bab #ab9444

#445bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#445bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#445bab Color CSS Codes

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

#445bab Text Font Color

<p style="color:#445bab">Text here</p>

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


#445bab Background Color

<div style="background-color:#445bab">
Div content here</div>

This div background color is #445bab


#445bab Border Color

<div style="border:3px solid #445bab">
Div here</div>

This div border color is #445bab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,91,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #445bab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #445bab;
  -webkit-box-shadow: 1px 1px 3px 2px #445bab;
  box-shadow:         1px 1px 3px 2px #445bab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #445bab

#445bab Color Palettes


Comments

No comments written yet.

Please login to write comment.