Color Hex Logo

#df48ad Color Hex

#DF48AD
(223,72,173)
0 Favorites   0 Comments

Color spaces of #df48ad

RGB 22372173
HSL0.890.700.58
HSV320°68°87°
CMYK 0.000.680.22   0.13
XYZ40.291623.339841.9166
Yxy23.33980.38170.2211
Hunter Lab48.311364.3242-17.6242
CIE-Lab55.420667.7551-22.3528

#df48ad color RGB value is (223,72,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01001000 10101101
Octal 337 110 255
Decimal 223 72 173
Hex DF 48 AD

RGB Percentages of Color #df48ad

%47.65
%15.38
%36.97

CMYK Percentages of Color #df48ad

%0
%68
%22
%13

Triadic Colors of #df48ad

#df48ad #addf48 #48addf

Analogous Colors of #df48ad

#df48ad #df4862 #c648df

Monochromatic Colors of #df48ad

#df48ad

Complementary Color

#df48ad #48df7a

#df48ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df48ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#df48ad Color CSS Codes

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

#df48ad Text Font Color

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

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


#df48ad Background Color

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

This div background color is #df48ad


#df48ad Border Color

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

This div border color is #df48ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df48ad


Comments

No comments written yet.

Please login to write comment.