Color Hex Logo

#de96ac Color Hex

#DE96AC
(222,150,172)
1 Favorites   0 Comments

Color spaces of #de96ac

RGB 222150172
HSL0.950.520.73
HSV342°32°87°
CMYK 0.000.320.23   0.13
XYZ48.476940.320844.2574
Yxy40.32080.36430.3030
Hunter Lab63.498725.14993.1250
CIE-Lab69.697430.1011-0.3971

#de96ac color RGB value is (222,150,172).

#de96ac hex color red value is 222, green value is 150 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #de96ac hue: 0.95 , saturation: 0.52 and the lightness value of de96ac is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010110 10101100
Octal 336 226 254
Decimal 222 150 172
Hex DE 96 AC

RGB Percentages of Color #de96ac

%40.81
%27.57
%31.62

CMYK Percentages of Color #de96ac

%0
%32
%23
%13

Triadic Colors of #de96ac

#de96ac #acde96 #96acde

Analogous Colors of #de96ac

#de96ac #dea496 #de96d0

Monochromatic Colors of #de96ac

#de96ac

Complementary Color

#de96ac #96dec8

#de96ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de96ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#de96ac Color CSS Codes

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

#de96ac Text Font Color

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

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


#de96ac Background Color

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

This div background color is #de96ac


#de96ac Border Color

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

This div border color is #de96ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de96ac


Comments

No comments written yet.

Please login to write comment.