Color Hex Logo

#442cdf Color Hex

#442CDF
(68,44,223)
0 Favorites   0 Comments

Color spaces of #442cdf

RGB 6844223
HSL0.690.740.52
HSV248°80°87°
CMYK 0.700.800.00   0.13
XYZ16.60398.358070.5502
Yxy8.35800.17380.0875
Hunter Lab28.910251.9244-124.4495
CIE-Lab34.717660.8974-85.6209

#442cdf color RGB value is (68,44,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 00101100 11011111
Octal 104 54 337
Decimal 68 44 223
Hex 44 2C DF

RGB Percentages of Color #442cdf

%20.30
%13.13
%66.57

CMYK Percentages of Color #442cdf

%70
%80
%0
%13

Triadic Colors of #442cdf

#442cdf #df442c #2cdf44

Analogous Colors of #442cdf

#442cdf #9e2cdf #2c6edf

Monochromatic Colors of #442cdf

#442cdf

Complementary Color

#442cdf #c7df2c

#442cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#442cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#442cdf Color CSS Codes

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

#442cdf Text Font Color

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

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


#442cdf Background Color

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

This div background color is #442cdf


#442cdf Border Color

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

This div border color is #442cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #442cdf


Comments

No comments written yet.

Please login to write comment.