Color Hex Logo

#4421ad Color Hex

#4421AD
(68,33,173)
0 Favorites   0 Comments

Color spaces of #4421ad

RGB 6833173
HSL0.710.680.40
HSV255°81°68°
CMYK 0.610.810.00   0.32
XYZ10.47065.333840.0128
Yxy5.33380.18760.0956
Hunter Lab23.095040.5103-86.5551
CIE-Lab27.665351.4761-67.9699

#4421ad color RGB value is (68,33,173).

#4421ad hex color red value is 68, green value is 33 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #4421ad hue: 0.71 , saturation: 0.68 and the lightness value of 4421ad is 0.40.

The process color (four color CMYK) of #4421ad color hex is 0.61, 0.81, 0.00, 0.32. Web safe color of #4421ad is #333399. Color #4421ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00100001 10101101
Octal 104 41 255
Decimal 68 33 173
Hex 44 21 AD

RGB Percentages of Color #4421ad

%24.82
%12.04
%63.14

CMYK Percentages of Color #4421ad

%61
%81
%0
%32

Triadic Colors of #4421ad

#4421ad #ad4421 #21ad44

Analogous Colors of #4421ad

#4421ad #8a21ad #2144ad

Monochromatic Colors of #4421ad

#4421ad

Complementary Color

#4421ad #8aad21

#4421ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4421ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4421ad Color CSS Codes

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

#4421ad Text Font Color

<p style="color:#4421ad">Text here</p>

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


#4421ad Background Color

<div style="background-color:#4421ad">
Div content here</div>

This div background color is #4421ad


#4421ad Border Color

<div style="border:3px solid #4421ad">
Div here</div>

This div border color is #4421ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,33,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4421ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4421ad;
  -webkit-box-shadow: 1px 1px 3px 2px #4421ad;
  box-shadow:         1px 1px 3px 2px #4421ad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4421ad


Comments

No comments written yet.

Please login to write comment.