Color Hex Logo

#de29ac Color Hex

#DE29AC
(222,41,172)
0 Favorites   0 Comments

Color spaces of #de29ac

RGB 22241172
HSL0.880.730.52
HSV317°82°87°
CMYK 0.000.820.23   0.13
XYZ38.363520.094040.8863
Yxy20.09400.38620.2023
Hunter Lab44.826374.3187-22.7002
CIE-Lab51.943376.6540-27.1462

#de29ac color RGB value is (222,41,172).

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

The process color (four color CMYK) of #de29ac color hex is 0.00, 0.82, 0.23, 0.13. Web safe color of #de29ac is #cc3399. Color #de29ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00101001 10101100
Octal 336 51 254
Decimal 222 41 172
Hex DE 29 AC

RGB Percentages of Color #de29ac

%51.03
%9.43
%39.54

CMYK Percentages of Color #de29ac

%0
%82
%23
%13

Triadic Colors of #de29ac

#de29ac #acde29 #29acde

Analogous Colors of #de29ac

#de29ac #de2952 #b629de

Monochromatic Colors of #de29ac

#de29ac

Complementary Color

#de29ac #29de5b

#de29ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de29ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#de29ac Color CSS Codes

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

#de29ac Text Font Color

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

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


#de29ac Background Color

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

This div background color is #de29ac


#de29ac Border Color

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

This div border color is #de29ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de29ac


Comments

No comments written yet.

Please login to write comment.