Color Hex Logo

#445593 Color Hex

#445593
(68,85,147)
0 Favorites   0 Comments

Color spaces of #445593

RGB 6885147
HSL0.630.370.42
HSV227°54°58°
CMYK 0.540.420.00   0.42
XYZ10.89899.832528.9272
Yxy9.83250.21950.1980
Hunter Lab31.35687.1680-32.7463
CIE-Lab37.540112.1370-36.2612

#445593 color RGB value is (68,85,147).

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

The process color (four color CMYK) of #445593 color hex is 0.54, 0.42, 0.00, 0.42. Web safe color of #445593 is #336699. Color #445593 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01010101 10010011
Octal 104 125 223
Decimal 68 85 147
Hex 44 55 93

RGB Percentages of Color #445593

%22.67
%28.33
%49.00

CMYK Percentages of Color #445593

%54
%42
%0
%42

Triadic Colors of #445593

#445593 #934455 #559344

Analogous Colors of #445593

#445593 #5a4493 #447d93

Monochromatic Colors of #445593

#445593

Complementary Color

#445593 #938244

#445593 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#445593 Color Preview on White Background

Lorem ipsum dolor sit amet.

#445593 Color CSS Codes

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

#445593 Text Font Color

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

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


#445593 Background Color

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

This div background color is #445593


#445593 Border Color

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

This div border color is #445593


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #445593


Comments

No comments written yet.

Please login to write comment.