Color Hex Logo

#442add Color Hex

#442ADD
(68,42,221)
0 Favorites   0 Comments

Color spaces of #442add

RGB 6842221
HSL0.690.720.52
HSV249°81°87°
CMYK 0.690.810.00   0.13
XYZ16.26308.105369.1139
Yxy8.10530.17400.0867
Hunter Lab28.469852.1436-124.0048
CIE-Lab34.201261.1970-85.3287

#442add color RGB value is (68,42,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 00101010 11011101
Octal 104 52 335
Decimal 68 42 221
Hex 44 2A DD

RGB Percentages of Color #442add

%20.54
%12.69
%66.77

CMYK Percentages of Color #442add

%69
%81
%0
%13

Triadic Colors of #442add

#442add #dd442a #2add44

Analogous Colors of #442add

#442add #9e2add #2a6add

Monochromatic Colors of #442add

#442add

Complementary Color

#442add #c3dd2a

#442add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#442add Color Preview on White Background

Lorem ipsum dolor sit amet.

#442add Color CSS Codes

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

#442add Text Font Color

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

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


#442add Background Color

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

This div background color is #442add


#442add Border Color

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

This div border color is #442add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #442add


Comments

No comments written yet.

Please login to write comment.