Color Hex Logo

#de72ac Color Hex

#DE72AC
(222,114,172)
0 Favorites   0 Comments

Color spaces of #de72ac

RGB 222114172
HSL0.910.620.66
HSV328°49°87°
CMYK 0.000.490.23   0.13
XYZ43.587930.542842.6277
Yxy30.54280.37330.2616
Hunter Lab55.265544.0682-7.0460
CIE-Lab62.119848.8551-11.6207

#de72ac color RGB value is (222,114,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01110010 10101100
Octal 336 162 254
Decimal 222 114 172
Hex DE 72 AC

RGB Percentages of Color #de72ac

%43.70
%22.44
%33.86

CMYK Percentages of Color #de72ac

%0
%49
%23
%13

Triadic Colors of #de72ac

#de72ac #acde72 #72acde

Analogous Colors of #de72ac

#de72ac #de7276 #da72de

Monochromatic Colors of #de72ac

#de72ac

Complementary Color

#de72ac #72dea4

#de72ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de72ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#de72ac Color CSS Codes

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

#de72ac Text Font Color

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

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


#de72ac Background Color

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

This div background color is #de72ac


#de72ac Border Color

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

This div border color is #de72ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de72ac


Comments

No comments written yet.

Please login to write comment.