Color Hex Logo

#de94ac Color Hex

#DE94AC
(222,148,172)
0 Favorites   0 Comments

Color spaces of #de94ac

RGB 222148172
HSL0.950.530.73
HSV341°33°87°
CMYK 0.000.330.23   0.13
XYZ48.160539.688044.1519
Yxy39.68800.36490.3007
Hunter Lab62.998426.21102.5460
CIE-Lab69.246731.1727-1.0563

#de94ac color RGB value is (222,148,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010100 10101100
Octal 336 224 254
Decimal 222 148 172
Hex DE 94 AC

RGB Percentages of Color #de94ac

%40.96
%27.31
%31.73

CMYK Percentages of Color #de94ac

%0
%33
%23
%13

Triadic Colors of #de94ac

#de94ac #acde94 #94acde

Analogous Colors of #de94ac

#de94ac #dea194 #de94d1

Monochromatic Colors of #de94ac

#de94ac

Complementary Color

#de94ac #94dec6

#de94ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de94ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#de94ac Color CSS Codes

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

#de94ac Text Font Color

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

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


#de94ac Background Color

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

This div background color is #de94ac


#de94ac Border Color

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

This div border color is #de94ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de94ac


Comments

No comments written yet.

Please login to write comment.