Color Hex Logo

#445993 Color Hex

#445993
(68,89,147)
0 Favorites   0 Comments

Color spaces of #445993

RGB 6889147
HSL0.620.370.42
HSV224°54°58°
CMYK 0.540.390.00   0.42
XYZ11.222710.480329.0352
Yxy10.48030.22120.2066
Hunter Lab32.37335.2265-30.5152
CIE-Lab38.69109.5585-34.4367

#445993 color RGB value is (68,89,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01011001 10010011
Octal 104 131 223
Decimal 68 89 147
Hex 44 59 93

RGB Percentages of Color #445993

%22.37
%29.28
%48.36

CMYK Percentages of Color #445993

%54
%39
%0
%42

Triadic Colors of #445993

#445993 #934459 #599344

Analogous Colors of #445993

#445993 #564493 #448193

Monochromatic Colors of #445993

#445993

Complementary Color

#445993 #937e44

#445993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#445993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#445993 Color CSS Codes

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

#445993 Text Font Color

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

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


#445993 Background Color

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

This div background color is #445993


#445993 Border Color

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

This div border color is #445993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #445993


Comments

No comments written yet.

Please login to write comment.