Color Hex Logo

#445faa Color Hex

#445FAA
(68,95,170)
0 Favorites   0 Comments

Color spaces of #445faa

RGB 6895170
HSL0.620.430.47
HSV224°60°67°
CMYK 0.600.440.00   0.33
XYZ13.731812.315639.6836
Yxy12.31560.20890.1874
Hunter Lab35.09368.4316-42.4792
CIE-Lab41.713413.5967-43.3552

#445faa color RGB value is (68,95,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01011111 10101010
Octal 104 137 252
Decimal 68 95 170
Hex 44 5F AA

RGB Percentages of Color #445faa

%20.42
%28.53
%51.05

CMYK Percentages of Color #445faa

%60
%44
%0
%33

Triadic Colors of #445faa

#445faa #aa445f #5faa44

Analogous Colors of #445faa

#445faa #5c44aa #4492aa

Monochromatic Colors of #445faa

#445faa

Complementary Color

#445faa #aa8f44

#445faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#445faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#445faa Color CSS Codes

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

#445faa Text Font Color

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

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


#445faa Background Color

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

This div background color is #445faa


#445faa Border Color

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

This div border color is #445faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #445faa


Comments

No comments written yet.

Please login to write comment.