Color Hex Logo

#de71ac Color Hex

#DE71AC
(222,113,172)
0 Favorites   0 Comments

Color spaces of #de71ac

RGB 222113172
HSL0.910.620.66
HSV328°49°87°
CMYK 0.000.490.23   0.13
XYZ43.475730.318442.5903
Yxy30.31840.37360.2605
Hunter Lab55.062144.5804-7.3170
CIE-Lab61.928049.3507-11.9086

#de71ac color RGB value is (222,113,172).

#de71ac hex color red value is 222, green value is 113 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #de71ac hue: 0.91 , saturation: 0.62 and the lightness value of de71ac is 0.66.

The process color (four color CMYK) of #de71ac color hex is 0.00, 0.49, 0.23, 0.13. Web safe color of #de71ac is #cc6699. Color #de71ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01110001 10101100
Octal 336 161 254
Decimal 222 113 172
Hex DE 71 AC

RGB Percentages of Color #de71ac

%43.79
%22.29
%33.93

CMYK Percentages of Color #de71ac

%0
%49
%23
%13

Triadic Colors of #de71ac

#de71ac #acde71 #71acde

Analogous Colors of #de71ac

#de71ac #de7176 #da71de

Monochromatic Colors of #de71ac

#de71ac

Complementary Color

#de71ac #71dea3

#de71ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de71ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#de71ac Color CSS Codes

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

#de71ac Text Font Color

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

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


#de71ac Background Color

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

This div background color is #de71ac


#de71ac Border Color

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

This div border color is #de71ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de71ac


Comments

No comments written yet.

Please login to write comment.