Color Hex Logo

#442dac Color Hex

#442DAC
(68,45,172)
0 Favorites   0 Comments

Color spaces of #442dac

RGB 6845172
HSL0.700.590.43
HSV251°74°67°
CMYK 0.600.740.00   0.33
XYZ10.76876.084339.6365
Yxy6.08430.19060.1077
Hunter Lab24.666434.7623-78.0069
CIE-Lab29.624245.2863-64.1421

#442dac color RGB value is (68,45,172).

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

The process color (four color CMYK) of #442dac color hex is 0.60, 0.74, 0.00, 0.33. Web safe color of #442dac is #333399. Color #442dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00101101 10101100
Octal 104 55 254
Decimal 68 45 172
Hex 44 2D AC

RGB Percentages of Color #442dac

%23.86
%15.79
%60.35

CMYK Percentages of Color #442dac

%60
%74
%0
%33

Triadic Colors of #442dac

#442dac #ac442d #2dac44

Analogous Colors of #442dac

#442dac #842dac #2d56ac

Monochromatic Colors of #442dac

#442dac

Complementary Color

#442dac #95ac2d

#442dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#442dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#442dac Color CSS Codes

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

#442dac Text Font Color

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

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


#442dac Background Color

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

This div background color is #442dac


#442dac Border Color

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

This div border color is #442dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #442dac


Comments

No comments written yet.

Please login to write comment.