Color Hex Logo

#442ade Color Hex

#442ADE
(68,42,222)
0 Favorites   0 Comments

Color spaces of #442ade

RGB 6842222
HSL0.690.730.52
HSV249°81°87°
CMYK 0.690.810.00   0.13
XYZ16.39678.158869.8178
Yxy8.15880.17370.0865
Hunter Lab28.563652.4801-124.9275
CIE-Lab34.311461.4806-85.7202

#442ade color RGB value is (68,42,222).

#442ade hex color red value is 68, green value is 42 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #442ade hue: 0.69 , saturation: 0.73 and the lightness value of 442ade is 0.52.

The process color (four color CMYK) of #442ade color hex is 0.69, 0.81, 0.00, 0.13. Web safe color of #442ade is #3333cc. Color #442ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00101010 11011110
Octal 104 52 336
Decimal 68 42 222
Hex 44 2A DE

RGB Percentages of Color #442ade

%20.48
%12.65
%66.87

CMYK Percentages of Color #442ade

%69
%81
%0
%13

Triadic Colors of #442ade

#442ade #de442a #2ade44

Analogous Colors of #442ade

#442ade #9e2ade #2a6ade

Monochromatic Colors of #442ade

#442ade

Complementary Color

#442ade #c4de2a

#442ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#442ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#442ade Color CSS Codes

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

#442ade Text Font Color

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

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


#442ade Background Color

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

This div background color is #442ade


#442ade Border Color

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

This div border color is #442ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #442ade


Comments

No comments written yet.

Please login to write comment.