Color Hex Logo

#445aaa Color Hex

#445AAA
(68,90,170)
0 Favorites   0 Comments

Color spaces of #445aaa

RGB 6890170
HSL0.630.430.47
HSV227°60°67°
CMYK 0.600.470.00   0.33
XYZ13.295811.443639.5383
Yxy11.44360.20680.1780
Hunter Lab33.828410.9574-45.6177
CIE-Lab40.317816.8055-45.5868

#445aaa color RGB value is (68,90,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01011010 10101010
Octal 104 132 252
Decimal 68 90 170
Hex 44 5A AA

RGB Percentages of Color #445aaa

%20.73
%27.44
%51.83

CMYK Percentages of Color #445aaa

%60
%47
%0
%33

Triadic Colors of #445aaa

#445aaa #aa445a #5aaa44

Analogous Colors of #445aaa

#445aaa #6144aa #448daa

Monochromatic Colors of #445aaa

#445aaa

Complementary Color

#445aaa #aa9444

#445aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#445aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#445aaa Color CSS Codes

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

#445aaa Text Font Color

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

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


#445aaa Background Color

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

This div background color is #445aaa


#445aaa Border Color

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

This div border color is #445aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #445aaa


Comments

No comments written yet.

Please login to write comment.