Color Hex Logo

#442adc Color Hex

#442ADC
(68,42,220)
0 Favorites   0 Comments

Color spaces of #442adc

RGB 6842220
HSL0.690.720.51
HSV249°81°86°
CMYK 0.690.810.00   0.14
XYZ16.13018.052268.4142
Yxy8.05220.17420.0870
Hunter Lab28.376451.8067-123.0820
CIE-Lab34.091460.9124-84.9361

#442adc color RGB value is (68,42,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 00101010 11011100
Octal 104 52 334
Decimal 68 42 220
Hex 44 2A DC

RGB Percentages of Color #442adc

%20.61
%12.73
%66.67

CMYK Percentages of Color #442adc

%69
%81
%0
%14

Triadic Colors of #442adc

#442adc #dc442a #2adc44

Analogous Colors of #442adc

#442adc #9d2adc #2a69dc

Monochromatic Colors of #442adc

#442adc

Complementary Color

#442adc #c2dc2a

#442adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#442adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#442adc Color CSS Codes

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

#442adc Text Font Color

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

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


#442adc Background Color

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

This div background color is #442adc


#442adc Border Color

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

This div border color is #442adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #442adc


Comments

No comments written yet.

Please login to write comment.