Color Hex Logo

#445988 Color Hex

#445988
(68,89,136)
0 Favorites   0 Comments

Color spaces of #445988

RGB 6889136
HSL0.620.330.40
HSV221°50°53°
CMYK 0.500.350.00   0.47
XYZ10.400210.151324.7038
Yxy10.15130.22980.2243
Hunter Lab31.86112.5096-23.6683
CIE-Lab38.11265.9064-28.6850

#445988 color RGB value is (68,89,136).

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

The process color (four color CMYK) of #445988 color hex is 0.50, 0.35, 0.00, 0.47. Web safe color of #445988 is #336699. Color #445988 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01011001 10001000
Octal 104 131 210
Decimal 68 89 136
Hex 44 59 88

RGB Percentages of Color #445988

%23.21
%30.38
%46.42

CMYK Percentages of Color #445988

%50
%35
%0
%47

Triadic Colors of #445988

#445988 #884459 #598844

Analogous Colors of #445988

#445988 #514488 #447b88

Monochromatic Colors of #445988

#445988

Complementary Color

#445988 #887344

#445988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#445988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#445988 Color CSS Codes

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

#445988 Text Font Color

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

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


#445988 Background Color

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

This div background color is #445988


#445988 Border Color

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

This div border color is #445988


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #445988


Comments

No comments written yet.

Please login to write comment.