Color Hex Logo

#442adf Color Hex

#442ADF
(68,42,223)
0 Favorites   0 Comments

Color spaces of #442adf

RGB 6842223
HSL0.690.740.52
HSV249°81°87°
CMYK 0.700.810.00   0.13
XYZ16.53118.212670.5259
Yxy8.21260.17350.0862
Hunter Lab28.657652.8165-125.8512
CIE-Lab34.421861.7634-86.1111

#442adf color RGB value is (68,42,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 00101010 11011111
Octal 104 52 337
Decimal 68 42 223
Hex 44 2A DF

RGB Percentages of Color #442adf

%20.42
%12.61
%66.97

CMYK Percentages of Color #442adf

%70
%81
%0
%13

Triadic Colors of #442adf

#442adf #df442a #2adf44

Analogous Colors of #442adf

#442adf #9f2adf #2a6bdf

Monochromatic Colors of #442adf

#442adf

Complementary Color

#442adf #c5df2a

#442adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#442adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#442adf Color CSS Codes

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

#442adf Text Font Color

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

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


#442adf Background Color

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

This div background color is #442adf


#442adf Border Color

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

This div border color is #442adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #442adf


Comments

No comments written yet.

Please login to write comment.