Color Hex Logo

#de80ac Color Hex

#DE80AC
(222,128,172)
0 Favorites   0 Comments

Color spaces of #de80ac

RGB 222128172
HSL0.920.590.69
HSV332°42°87°
CMYK 0.000.420.23   0.13
XYZ45.289833.946543.1950
Yxy33.94650.36990.2773
Hunter Lab58.263636.7913-3.1714
CIE-Lab64.920141.7392-7.4388

#de80ac color RGB value is (222,128,172).

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

The process color (four color CMYK) of #de80ac color hex is 0.00, 0.42, 0.23, 0.13. Web safe color of #de80ac is #cc9999. Color #de80ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000000 10101100
Octal 336 200 254
Decimal 222 128 172
Hex DE 80 AC

RGB Percentages of Color #de80ac

%42.53
%24.52
%32.95

CMYK Percentages of Color #de80ac

%0
%42
%23
%13

Triadic Colors of #de80ac

#de80ac #acde80 #80acde

Analogous Colors of #de80ac

#de80ac #de8380 #de80db

Monochromatic Colors of #de80ac

#de80ac

Complementary Color

#de80ac #80deb2

#de80ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de80ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#de80ac Color CSS Codes

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

#de80ac Text Font Color

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

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


#de80ac Background Color

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

This div background color is #de80ac


#de80ac Border Color

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

This div border color is #de80ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de80ac


Comments

No comments written yet.

Please login to write comment.