Color Hex Logo

#44828a Color Hex

#44828A
(68,130,138)
0 Favorites   0 Comments

Color spaces of #44828a

RGB 68130138
HSL0.520.340.40
HSV187°51°54°
CMYK 0.510.060.00   0.46
XYZ14.954019.029226.9296
Yxy19.02920.24550.3124
Hunter Lab43.6225-15.1486-6.0660
CIE-Lab50.7214-17.6671-10.5045

#44828a color RGB value is (68,130,138).

#44828a hex color red value is 68, green value is 130 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #44828a hue: 0.52 , saturation: 0.34 and the lightness value of 44828a is 0.40.

The process color (four color CMYK) of #44828a color hex is 0.51, 0.06, 0.00, 0.46. Web safe color of #44828a is #339999. Color #44828a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10000010 10001010
Octal 104 202 212
Decimal 68 130 138
Hex 44 82 8A

RGB Percentages of Color #44828a

%20.24
%38.69
%41.07

CMYK Percentages of Color #44828a

%51
%6
%0
%46

Triadic Colors of #44828a

#44828a #8a4482 #828a44

Analogous Colors of #44828a

#44828a #445f8a #448a6f

Monochromatic Colors of #44828a

#44828a

Complementary Color

#44828a #8a4c44

#44828a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44828a Color Preview on White Background

Lorem ipsum dolor sit amet.

#44828a Color CSS Codes

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

#44828a Text Font Color

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

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


#44828a Background Color

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

This div background color is #44828a


#44828a Border Color

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

This div border color is #44828a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,130,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #44828a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #44828a;
  -webkit-box-shadow: 1px 1px 3px 2px #44828a;
  box-shadow:         1px 1px 3px 2px #44828a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44828a


Comments

No comments written yet.

Please login to write comment.