Color Hex Logo

#df04ae Color Hex

#DF04AE
(223,4,174)
0 Favorites   0 Comments

Color spaces of #df04ae

RGB 2234174
HSL0.870.960.45
HSV313°98°87°
CMYK 0.000.980.22   0.13
XYZ38.114818.830841.6702
Yxy18.83080.38650.1910
Hunter Lab43.394580.8421-26.5580
CIE-Lab50.488782.1239-30.5706

#df04ae color RGB value is (223,4,174).

#df04ae hex color red value is 223, green value is 4 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #df04ae hue: 0.87 , saturation: 0.96 and the lightness value of df04ae is 0.45.

The process color (four color CMYK) of #df04ae color hex is 0.00, 0.98, 0.22, 0.13. Web safe color of #df04ae is #cc0099. Color #df04ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00000100 10101110
Octal 337 4 256
Decimal 223 4 174
Hex DF 4 AE

RGB Percentages of Color #df04ae

%55.61
%1.00
%43.39

CMYK Percentages of Color #df04ae

%0
%98
%22
%13

Triadic Colors of #df04ae

#df04ae #aedf04 #04aedf

Analogous Colors of #df04ae

#df04ae #df0441 #a304df

Monochromatic Colors of #df04ae

#df04ae

Complementary Color

#df04ae #04df35

#df04ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df04ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#df04ae Color CSS Codes

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

#df04ae Text Font Color

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

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


#df04ae Background Color

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

This div background color is #df04ae


#df04ae Border Color

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

This div border color is #df04ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df04ae


Comments

No comments written yet.

Please login to write comment.