Color Hex Logo

#445caa Color Hex

#445CAA
(68,92,170)
0 Favorites   0 Comments

Color spaces of #445caa

RGB 6892170
HSL0.630.430.47
HSV226°60°67°
CMYK 0.600.460.00   0.33
XYZ13.466711.785539.5953
Yxy11.78550.20770.1817
Hunter Lab34.33009.9430-44.3525
CIE-Lab40.873215.5190-44.6978

#445caa color RGB value is (68,92,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01011100 10101010
Octal 104 134 252
Decimal 68 92 170
Hex 44 5C AA

RGB Percentages of Color #445caa

%20.61
%27.88
%51.52

CMYK Percentages of Color #445caa

%60
%46
%0
%33

Triadic Colors of #445caa

#445caa #aa445c #5caa44

Analogous Colors of #445caa

#445caa #5f44aa #448faa

Monochromatic Colors of #445caa

#445caa

Complementary Color

#445caa #aa9244

#445caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#445caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#445caa Color CSS Codes

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

#445caa Text Font Color

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

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


#445caa Background Color

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

This div background color is #445caa


#445caa Border Color

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

This div border color is #445caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #445caa


Comments

No comments written yet.

Please login to write comment.