Color Hex Logo

#44008a Color Hex

#44008A
(68,0,138)
0 Favorites   0 Comments

Color spaces of #44008a

RGB 680138
HSL0.751.000.27
HSV270°100°54°
CMYK 0.511.000.00   0.46
XYZ6.97133.063924.2687
Yxy3.06390.20320.0893
Hunter Lab17.504040.4590-69.9508
CIE-Lab20.298052.8395-58.6794

#44008a color RGB value is (68,0,138).

#44008a hex color red value is 68, green value is 0 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #44008a hue: 0.75 , saturation: 1.00 and the lightness value of 44008a is 0.27.

The process color (four color CMYK) of #44008a color hex is 0.51, 1.00, 0.00, 0.46. Web safe color of #44008a is #330099. Color #44008a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00000000 10001010
Octal 104 0 212
Decimal 68 0 138
Hex 44 0 8A

RGB Percentages of Color #44008a

%33.01
%0.00
%66.99

CMYK Percentages of Color #44008a

%51
%100
%0
%46

Triadic Colors of #44008a

#44008a #8a4400 #008a44

Analogous Colors of #44008a

#44008a #89008a #00018a

Monochromatic Colors of #44008a

#44008a

Complementary Color

#44008a #468a00

#44008a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44008a Color Preview on White Background

Lorem ipsum dolor sit amet.

#44008a Color CSS Codes

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

#44008a Text Font Color

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

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


#44008a Background Color

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

This div background color is #44008a


#44008a Border Color

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

This div border color is #44008a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44008a


Comments

No comments written yet.

Please login to write comment.