Color Hex Logo

#442dae Color Hex

#442DAE
(68,45,174)
0 Favorites   0 Comments

Color spaces of #442dae

RGB 6845174
HSL0.700.590.43
HSV251°74°68°
CMYK 0.610.740.00   0.32
XYZ10.96236.161740.6560
Yxy6.16170.18970.1066
Hunter Lab24.822835.3898-79.7322
CIE-Lab29.816845.8972-65.0240

#442dae color RGB value is (68,45,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 00101101 10101110
Octal 104 55 256
Decimal 68 45 174
Hex 44 2D AE

RGB Percentages of Color #442dae

%23.69
%15.68
%60.63

CMYK Percentages of Color #442dae

%61
%74
%0
%32

Triadic Colors of #442dae

#442dae #ae442d #2dae44

Analogous Colors of #442dae

#442dae #852dae #2d57ae

Monochromatic Colors of #442dae

#442dae

Complementary Color

#442dae #97ae2d

#442dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#442dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#442dae Color CSS Codes

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

#442dae Text Font Color

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

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


#442dae Background Color

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

This div background color is #442dae


#442dae Border Color

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

This div border color is #442dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #442dae


Comments

No comments written yet.

Please login to write comment.