Color Hex Logo

#de85ac Color Hex

#DE85AC
(222,133,172)
0 Favorites   0 Comments

Color spaces of #de85ac

RGB 222133172
HSL0.930.570.70
HSV334°40°87°
CMYK 0.000.400.23   0.13
XYZ45.958135.283243.4178
Yxy35.28320.36870.2830
Hunter Lab59.399734.1578-1.7579
CIE-Lab65.968639.1314-5.8833

#de85ac color RGB value is (222,133,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000101 10101100
Octal 336 205 254
Decimal 222 133 172
Hex DE 85 AC

RGB Percentages of Color #de85ac

%42.13
%25.24
%32.64

CMYK Percentages of Color #de85ac

%0
%40
%23
%13

Triadic Colors of #de85ac

#de85ac #acde85 #85acde

Analogous Colors of #de85ac

#de85ac #de8b85 #de85d9

Monochromatic Colors of #de85ac

#de85ac

Complementary Color

#de85ac #85deb7

#de85ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de85ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#de85ac Color CSS Codes

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

#de85ac Text Font Color

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

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


#de85ac Background Color

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

This div background color is #de85ac


#de85ac Border Color

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

This div border color is #de85ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de85ac


Comments

No comments written yet.

Please login to write comment.