Color Hex Logo

#445fab Color Hex

#445FAB
(68,95,171)
0 Favorites   0 Comments

Color spaces of #445fab

RGB 6895171
HSL0.620.430.47
HSV224°60°67°
CMYK 0.600.440.00   0.33
XYZ13.826812.353640.1838
Yxy12.35360.20830.1861
Hunter Lab35.14778.7119-43.1819
CIE-Lab41.772713.9447-43.8507

#445fab color RGB value is (68,95,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01011111 10101011
Octal 104 137 253
Decimal 68 95 171
Hex 44 5F AB

RGB Percentages of Color #445fab

%20.36
%28.44
%51.20

CMYK Percentages of Color #445fab

%60
%44
%0
%33

Triadic Colors of #445fab

#445fab #ab445f #5fab44

Analogous Colors of #445fab

#445fab #5c44ab #4493ab

Monochromatic Colors of #445fab

#445fab

Complementary Color

#445fab #ab9044

#445fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#445fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#445fab Color CSS Codes

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

#445fab Text Font Color

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

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


#445fab Background Color

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

This div background color is #445fab


#445fab Border Color

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

This div border color is #445fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #445fab


Comments

No comments written yet.

Please login to write comment.