Color Hex Logo

#44847d Color Hex

#44847D
(68,132,125)
0 Favorites   0 Comments

Color spaces of #44847d

RGB 68132125
HSL0.480.320.39
HSV173°48°52°
CMYK 0.480.000.05   0.48
XYZ14.336819.212122.3547
Yxy19.21210.25650.3437
Hunter Lab43.8316-18.32010.4434
CIE-Lab50.9344-22.3514-2.5825

#44847d color RGB value is (68,132,125).

#44847d hex color red value is 68, green value is 132 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #44847d hue: 0.48 , saturation: 0.32 and the lightness value of 44847d is 0.39.

The process color (four color CMYK) of #44847d color hex is 0.48, 0.00, 0.05, 0.48. Web safe color of #44847d is #339966. Color #44847d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10000100 01111101
Octal 104 204 175
Decimal 68 132 125
Hex 44 84 7D

RGB Percentages of Color #44847d

%20.92
%40.62
%38.46

CMYK Percentages of Color #44847d

%48
%0
%5
%48

Triadic Colors of #44847d

#44847d #7d4484 #847d44

Analogous Colors of #44847d

#44847d #446b84 #44845d

Monochromatic Colors of #44847d

#44847d

Complementary Color

#44847d #84444b

#44847d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44847d Color Preview on White Background

Lorem ipsum dolor sit amet.

#44847d Color CSS Codes

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

#44847d Text Font Color

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

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


#44847d Background Color

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

This div background color is #44847d


#44847d Border Color

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

This div border color is #44847d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,132,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #44847d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #44847d;
  -webkit-box-shadow: 1px 1px 3px 2px #44847d;
  box-shadow:         1px 1px 3px 2px #44847d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44847d


Comments

No comments written yet.

Please login to write comment.