Color Hex Logo

#442ddd Color Hex

#442DDD
(68,45,221)
0 Favorites   0 Comments

Color spaces of #442ddd

RGB 6845221
HSL0.690.720.52
HSV248°80°87°
CMYK 0.690.800.00   0.13
XYZ16.37348.326269.1507
Yxy8.32620.17450.0887
Hunter Lab28.855250.7905-121.8885
CIE-Lab34.653259.8756-84.5799

#442ddd color RGB value is (68,45,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 00101101 11011101
Octal 104 55 335
Decimal 68 45 221
Hex 44 2D DD

RGB Percentages of Color #442ddd

%20.36
%13.47
%66.17

CMYK Percentages of Color #442ddd

%69
%80
%0
%13

Triadic Colors of #442ddd

#442ddd #dd442d #2ddd44

Analogous Colors of #442ddd

#442ddd #9c2ddd #2d6edd

Monochromatic Colors of #442ddd

#442ddd

Complementary Color

#442ddd #c6dd2d

#442ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#442ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#442ddd Color CSS Codes

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

#442ddd Text Font Color

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

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


#442ddd Background Color

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

This div background color is #442ddd


#442ddd Border Color

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

This div border color is #442ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #442ddd


Comments

No comments written yet.

Please login to write comment.