Color Hex Logo

#de83ac Color Hex

#DE83AC
(222,131,172)
0 Favorites   0 Comments

Color spaces of #de83ac

RGB 222131172
HSL0.920.580.69
HSV333°41°87°
CMYK 0.000.410.23   0.13
XYZ45.686934.740843.3274
Yxy34.74080.36920.2807
Hunter Lab58.941335.2125-2.3248
CIE-Lab65.546440.1778-6.5090

#de83ac color RGB value is (222,131,172).

#de83ac hex color red value is 222, green value is 131 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #de83ac hue: 0.92 , saturation: 0.58 and the lightness value of de83ac is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000011 10101100
Octal 336 203 254
Decimal 222 131 172
Hex DE 83 AC

RGB Percentages of Color #de83ac

%42.29
%24.95
%32.76

CMYK Percentages of Color #de83ac

%0
%41
%23
%13

Triadic Colors of #de83ac

#de83ac #acde83 #83acde

Analogous Colors of #de83ac

#de83ac #de8883 #de83da

Monochromatic Colors of #de83ac

#de83ac

Complementary Color

#de83ac #83deb5

#de83ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de83ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#de83ac Color CSS Codes

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

#de83ac Text Font Color

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

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


#de83ac Background Color

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

This div background color is #de83ac


#de83ac Border Color

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

This div border color is #de83ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de83ac


Comments

No comments written yet.

Please login to write comment.