Color Hex Logo

#447886 Color Hex

#447886
(68,120,134)
0 Favorites   0 Comments

Color spaces of #447886

RGB 68120134
HSL0.540.330.40
HSV193°49°53°
CMYK 0.490.100.00   0.47
XYZ13.403416.383125.0101
Yxy16.38310.24460.2990
Hunter Lab40.4760-11.7239-8.3020
CIE-Lab47.4731-13.3383-13.0482

#447886 color RGB value is (68,120,134).

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

The process color (four color CMYK) of #447886 color hex is 0.49, 0.10, 0.00, 0.47. Web safe color of #447886 is #336699. Color #447886 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01111000 10000110
Octal 104 170 206
Decimal 68 120 134
Hex 44 78 86

RGB Percentages of Color #447886

%21.12
%37.27
%41.61

CMYK Percentages of Color #447886

%49
%10
%0
%47

Triadic Colors of #447886

#447886 #864478 #788644

Analogous Colors of #447886

#447886 #445786 #448673

Monochromatic Colors of #447886

#447886

Complementary Color

#447886 #865244

#447886 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#447886 Color Preview on White Background

Lorem ipsum dolor sit amet.

#447886 Color CSS Codes

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

#447886 Text Font Color

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

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


#447886 Background Color

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

This div background color is #447886


#447886 Border Color

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

This div border color is #447886


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #447886


Comments

No comments written yet.

Please login to write comment.