Color Hex Logo

#de84ad Color Hex

#DE84AD
(222,132,173)
0 Favorites   0 Comments

Color spaces of #de84ad

RGB 222132173
HSL0.920.580.69
HSV333°41°87°
CMYK 0.000.410.22   0.13
XYZ45.918335.049343.8802
Yxy35.04930.36780.2807
Hunter Lab59.202434.8430-2.5034
CIE-Lab65.787039.8006-6.7170

#de84ad color RGB value is (222,132,173).

#de84ad hex color red value is 222, green value is 132 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #de84ad hue: 0.92 , saturation: 0.58 and the lightness value of de84ad is 0.69.

The process color (four color CMYK) of #de84ad color hex is 0.00, 0.41, 0.22, 0.13. Web safe color of #de84ad is #cc9999. Color #de84ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000100 10101101
Octal 336 204 255
Decimal 222 132 173
Hex DE 84 AD

RGB Percentages of Color #de84ad

%42.13
%25.05
%32.83

CMYK Percentages of Color #de84ad

%0
%41
%22
%13

Triadic Colors of #de84ad

#de84ad #adde84 #84adde

Analogous Colors of #de84ad

#de84ad #de8884 #de84da

Monochromatic Colors of #de84ad

#de84ad

Complementary Color

#de84ad #84deb5

#de84ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de84ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#de84ad Color CSS Codes

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

#de84ad Text Font Color

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

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


#de84ad Background Color

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

This div background color is #de84ad


#de84ad Border Color

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

This div border color is #de84ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,132,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 #de84ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de84ad


Comments

No comments written yet.

Please login to write comment.