Color Hex Logo

#445777 Color Hex

#445777
(68,87,119)
0 Favorites   0 Comments

Color spaces of #445777

RGB 6887119
HSL0.600.270.37
HSV218°43°47°
CMYK 0.430.270.00   0.53
XYZ9.12199.377218.7820
Yxy9.37720.24470.2515
Hunter Lab30.6222-0.4164-14.9297
CIE-Lab36.70061.7632-20.4699

#445777 color RGB value is (68,87,119).

#445777 hex color red value is 68, green value is 87 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #445777 hue: 0.60 , saturation: 0.27 and the lightness value of 445777 is 0.37.

The process color (four color CMYK) of #445777 color hex is 0.43, 0.27, 0.00, 0.53. Web safe color of #445777 is #336666. Color #445777 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01010111 01110111
Octal 104 127 167
Decimal 68 87 119
Hex 44 57 77

RGB Percentages of Color #445777

%24.82
%31.75
%43.43

CMYK Percentages of Color #445777

%43
%27
%0
%53

Triadic Colors of #445777

#445777 #774457 #577744

Analogous Colors of #445777

#445777 #4b4477 #447177

Monochromatic Colors of #445777

#445777

Complementary Color

#445777 #776444

#445777 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#445777 Color Preview on White Background

Lorem ipsum dolor sit amet.

#445777 Color CSS Codes

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

#445777 Text Font Color

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

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


#445777 Background Color

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

This div background color is #445777


#445777 Border Color

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

This div border color is #445777


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,87,119, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #445777; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #445777;
  -webkit-box-shadow: 1px 1px 3px 2px #445777;
  box-shadow:         1px 1px 3px 2px #445777; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #445777


Comments

No comments written yet.

Please login to write comment.