Color Hex Logo

#df40ad Color Hex

#DF40AD
(223,64,173)
0 Favorites   0 Comments

Color spaces of #df40ad

RGB 22364173
HSL0.890.710.56
HSV319°71°87°
CMYK 0.000.710.22   0.13
XYZ39.807622.371941.7553
Yxy22.37190.38300.2152
Hunter Lab47.298967.4555-19.2317
CIE-Lab54.419470.5608-23.8922

#df40ad color RGB value is (223,64,173).

#df40ad hex color red value is 223, green value is 64 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #df40ad hue: 0.89 , saturation: 0.71 and the lightness value of df40ad is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000000 10101101
Octal 337 100 255
Decimal 223 64 173
Hex DF 40 AD

RGB Percentages of Color #df40ad

%48.48
%13.91
%37.61

CMYK Percentages of Color #df40ad

%0
%71
%22
%13

Triadic Colors of #df40ad

#df40ad #addf40 #40addf

Analogous Colors of #df40ad

#df40ad #df405e #c240df

Monochromatic Colors of #df40ad

#df40ad

Complementary Color

#df40ad #40df72

#df40ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df40ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#df40ad Color CSS Codes

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

#df40ad Text Font Color

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

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


#df40ad Background Color

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

This div background color is #df40ad


#df40ad Border Color

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

This div border color is #df40ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df40ad


Comments

No comments written yet.

Please login to write comment.