Color Hex Logo

#44018e Color Hex

#44018E
(68,1,142)
0 Favorites   0 Comments

Color spaces of #44018e

RGB 681142
HSL0.750.990.28
HSV269°99°56°
CMYK 0.520.990.00   0.44
XYZ7.27723.203625.8260
Yxy3.20360.20040.0882
Hunter Lab17.898641.2518-73.0209
CIE-Lab20.841553.5144-60.2825

#44018e color RGB value is (68,1,142).

#44018e hex color red value is 68, green value is 1 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #44018e hue: 0.75 , saturation: 0.99 and the lightness value of 44018e is 0.28.

The process color (four color CMYK) of #44018e color hex is 0.52, 0.99, 0.00, 0.44. Web safe color of #44018e is #330099. Color #44018e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00000001 10001110
Octal 104 1 216
Decimal 68 1 142
Hex 44 1 8E

RGB Percentages of Color #44018e

%32.23
%0.47
%67.30

CMYK Percentages of Color #44018e

%52
%99
%0
%44

Triadic Colors of #44018e

#44018e #8e4401 #018e44

Analogous Colors of #44018e

#44018e #8b018e #01048e

Monochromatic Colors of #44018e

#44018e

Complementary Color

#44018e #4b8e01

#44018e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44018e Color Preview on White Background

Lorem ipsum dolor sit amet.

#44018e Color CSS Codes

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

#44018e Text Font Color

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

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


#44018e Background Color

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

This div background color is #44018e


#44018e Border Color

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

This div border color is #44018e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44018e


Comments

No comments written yet.

Please login to write comment.