Color Hex Logo

#4441ac Color Hex

#4441AC
(68,65,172)
0 Favorites   0 Comments

Color spaces of #4441ac

RGB 6865172
HSL0.670.450.46
HSV242°62°67°
CMYK 0.600.620.00   0.33
XYZ11.72067.988139.9538
Yxy7.98810.19640.1339
Hunter Lab28.263224.5623-64.0300
CIE-Lab33.958133.5341-57.0499

#4441ac color RGB value is (68,65,172).

#4441ac hex color red value is 68, green value is 65 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #4441ac hue: 0.67 , saturation: 0.45 and the lightness value of 4441ac is 0.46.

The process color (four color CMYK) of #4441ac color hex is 0.60, 0.62, 0.00, 0.33. Web safe color of #4441ac is #333399. Color #4441ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01000001 10101100
Octal 104 101 254
Decimal 68 65 172
Hex 44 41 AC

RGB Percentages of Color #4441ac

%22.30
%21.31
%56.39

CMYK Percentages of Color #4441ac

%60
%62
%0
%33

Triadic Colors of #4441ac

#4441ac #ac4441 #41ac44

Analogous Colors of #4441ac

#4441ac #7a41ac #4174ac

Monochromatic Colors of #4441ac

#4441ac

Complementary Color

#4441ac #a9ac41

#4441ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4441ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4441ac Color CSS Codes

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

#4441ac Text Font Color

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

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


#4441ac Background Color

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

This div background color is #4441ac


#4441ac Border Color

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

This div border color is #4441ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,65,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4441ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4441ac;
  -webkit-box-shadow: 1px 1px 3px 2px #4441ac;
  box-shadow:         1px 1px 3px 2px #4441ac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4441ac


Comments

No comments written yet.

Please login to write comment.