Color Hex Logo

#df29ae Color Hex

#DF29AE
(223,41,174)
0 Favorites   0 Comments

Color spaces of #df29ae

RGB 22341174
HSL0.880.740.52
HSV316°82°87°
CMYK 0.000.820.22   0.13
XYZ38.864320.329841.9201
Yxy20.32980.38440.2011
Hunter Lab45.088674.9538-23.5615
CIE-Lab52.208177.1139-27.8958

#df29ae color RGB value is (223,41,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00101001 10101110
Octal 337 51 256
Decimal 223 41 174
Hex DF 29 AE

RGB Percentages of Color #df29ae

%50.91
%9.36
%39.73

CMYK Percentages of Color #df29ae

%0
%82
%22
%13

Triadic Colors of #df29ae

#df29ae #aedf29 #29aedf

Analogous Colors of #df29ae

#df29ae #df2953 #b529df

Monochromatic Colors of #df29ae

#df29ae

Complementary Color

#df29ae #29df5a

#df29ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df29ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#df29ae Color CSS Codes

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

#df29ae Text Font Color

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

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


#df29ae Background Color

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

This div background color is #df29ae


#df29ae Border Color

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

This div border color is #df29ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,41,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #df29ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df29ae


Comments

No comments written yet.

Please login to write comment.