Color Hex Logo

#445179 Color Hex

#445179
(68,81,121)
0 Favorites   0 Comments

Color spaces of #445179

RGB 6881121
HSL0.630.280.37
HSV225°44°47°
CMYK 0.440.330.00   0.53
XYZ8.77758.494319.2661
Yxy8.49430.24020.2325
Hunter Lab29.14502.7545-18.7918
CIE-Lab34.99186.2106-24.3645

#445179 color RGB value is (68,81,121).

#445179 hex color red value is 68, green value is 81 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #445179 hue: 0.63 , saturation: 0.28 and the lightness value of 445179 is 0.37.

The process color (four color CMYK) of #445179 color hex is 0.44, 0.33, 0.00, 0.53. Web safe color of #445179 is #336666. Color #445179 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01010001 01111001
Octal 104 121 171
Decimal 68 81 121
Hex 44 51 79

RGB Percentages of Color #445179

%25.19
%30.00
%44.81

CMYK Percentages of Color #445179

%44
%33
%0
%53

Triadic Colors of #445179

#445179 #794451 #517944

Analogous Colors of #445179

#445179 #524479 #446c79

Monochromatic Colors of #445179

#445179

Complementary Color

#445179 #796c44

#445179 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#445179 Color Preview on White Background

Lorem ipsum dolor sit amet.

#445179 Color CSS Codes

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

#445179 Text Font Color

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

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


#445179 Background Color

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

This div background color is #445179


#445179 Border Color

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

This div border color is #445179


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #445179


Comments

No comments written yet.

Please login to write comment.