Color Hex Logo

#442ddf Color Hex

#442DDF
(68,45,223)
0 Favorites   0 Comments

Color spaces of #442ddf

RGB 6845223
HSL0.690.740.53
HSV248°80°87°
CMYK 0.700.800.00   0.13
XYZ16.64168.433470.5627
Yxy8.43340.17400.0882
Hunter Lab29.040351.4692-123.7357
CIE-Lab34.869760.4534-85.3690

#442ddf color RGB value is (68,45,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 00101101 11011111
Octal 104 55 337
Decimal 68 45 223
Hex 44 2D DF

RGB Percentages of Color #442ddf

%20.24
%13.39
%66.37

CMYK Percentages of Color #442ddf

%70
%80
%0
%13

Triadic Colors of #442ddf

#442ddf #df442d #2ddf44

Analogous Colors of #442ddf

#442ddf #9d2ddf #2d6fdf

Monochromatic Colors of #442ddf

#442ddf

Complementary Color

#442ddf #c8df2d

#442ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#442ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#442ddf Color CSS Codes

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

#442ddf Text Font Color

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

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


#442ddf Background Color

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

This div background color is #442ddf


#442ddf Border Color

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

This div border color is #442ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #442ddf


Comments

No comments written yet.

Please login to write comment.