Color Hex Logo

#de88ac Color Hex

#DE88AC
(222,136,172)
0 Favorites   0 Comments

Color spaces of #de88ac

RGB 222136172
HSL0.930.570.70
HSV335°39°87°
CMYK 0.000.390.23   0.13
XYZ46.374836.116543.5567
Yxy36.11650.36790.2865
Hunter Lab60.097032.5726-0.9039
CIE-Lab66.608837.5541-4.9362

#de88ac color RGB value is (222,136,172).

#de88ac hex color red value is 222, green value is 136 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #de88ac hue: 0.93 , saturation: 0.57 and the lightness value of de88ac is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10001000 10101100
Octal 336 210 254
Decimal 222 136 172
Hex DE 88 AC

RGB Percentages of Color #de88ac

%41.89
%25.66
%32.45

CMYK Percentages of Color #de88ac

%0
%39
%23
%13

Triadic Colors of #de88ac

#de88ac #acde88 #88acde

Analogous Colors of #de88ac

#de88ac #de8f88 #de88d7

Monochromatic Colors of #de88ac

#de88ac

Complementary Color

#de88ac #88deba

#de88ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de88ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#de88ac Color CSS Codes

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

#de88ac Text Font Color

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

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


#de88ac Background Color

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

This div background color is #de88ac


#de88ac Border Color

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

This div border color is #de88ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de88ac


Comments

No comments written yet.

Please login to write comment.