Color Hex Logo

#442dad Color Hex

#442DAD
(68,45,173)
0 Favorites   0 Comments

Color spaces of #442dad

RGB 6845173
HSL0.700.590.43
HSV251°74°68°
CMYK 0.610.740.00   0.32
XYZ10.86516.122840.1443
Yxy6.12280.19020.1072
Hunter Lab24.744335.0760-78.8691
CIE-Lab29.720245.5922-64.5838

#442dad color RGB value is (68,45,173).

#442dad hex color red value is 68, green value is 45 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #442dad hue: 0.70 , saturation: 0.59 and the lightness value of 442dad is 0.43.

The process color (four color CMYK) of #442dad color hex is 0.61, 0.74, 0.00, 0.32. Web safe color of #442dad is #333399. Color #442dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00101101 10101101
Octal 104 55 255
Decimal 68 45 173
Hex 44 2D AD

RGB Percentages of Color #442dad

%23.78
%15.73
%60.49

CMYK Percentages of Color #442dad

%61
%74
%0
%32

Triadic Colors of #442dad

#442dad #ad442d #2dad44

Analogous Colors of #442dad

#442dad #842dad #2d56ad

Monochromatic Colors of #442dad

#442dad

Complementary Color

#442dad #96ad2d

#442dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#442dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#442dad Color CSS Codes

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

#442dad Text Font Color

<p style="color:#442dad">Text here</p>

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


#442dad Background Color

<div style="background-color:#442dad">
Div content here</div>

This div background color is #442dad


#442dad Border Color

<div style="border:3px solid #442dad">
Div here</div>

This div border color is #442dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #442dad


Comments

No comments written yet.

Please login to write comment.