Color Hex Logo

#de20ad Color Hex

#DE20AD
(222,32,173)
0 Favorites   0 Comments

Color spaces of #de20ad

RGB 22232173
HSL0.880.750.50
HSV315°86°87°
CMYK 0.000.860.22   0.13
XYZ38.183519.579741.3019
Yxy19.57970.38540.1976
Hunter Lab44.249076.5963-24.3669
CIE-Lab51.358678.5954-28.6415

#de20ad color RGB value is (222,32,173).

#de20ad hex color red value is 222, green value is 32 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #de20ad hue: 0.88 , saturation: 0.75 and the lightness value of de20ad is 0.50.

The process color (four color CMYK) of #de20ad color hex is 0.00, 0.86, 0.22, 0.13. Web safe color of #de20ad is #cc3399. Color #de20ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00100000 10101101
Octal 336 40 255
Decimal 222 32 173
Hex DE 20 AD

RGB Percentages of Color #de20ad

%51.99
%7.49
%40.52

CMYK Percentages of Color #de20ad

%0
%86
%22
%13

Triadic Colors of #de20ad

#de20ad #adde20 #20adde

Analogous Colors of #de20ad

#de20ad #de204e #b020de

Monochromatic Colors of #de20ad

#de20ad

Complementary Color

#de20ad #20de51

#de20ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de20ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#de20ad Color CSS Codes

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

#de20ad Text Font Color

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

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


#de20ad Background Color

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

This div background color is #de20ad


#de20ad Border Color

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

This div border color is #de20ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(222,32,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #de20ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #de20ad;
  -webkit-box-shadow: 1px 1px 3px 2px #de20ad;
  box-shadow:         1px 1px 3px 2px #de20ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,32,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de20ad


Comments

No comments written yet.

Please login to write comment.