Color Hex Logo

#df93ad Color Hex

#DF93AD
(223,147,173)
0 Favorites   0 Comments

Color spaces of #df93ad

RGB 223147173
HSL0.940.540.73
HSV339°34°87°
CMYK 0.000.340.22   0.13
XYZ48.408039.572544.6220
Yxy39.57250.36510.2984
Hunter Lab62.906727.27281.9781
CIE-Lab69.164032.2112-1.7225

#df93ad color RGB value is (223,147,173).

#df93ad hex color red value is 223, green value is 147 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #df93ad hue: 0.94 , saturation: 0.54 and the lightness value of df93ad is 0.73.

The process color (four color CMYK) of #df93ad color hex is 0.00, 0.34, 0.22, 0.13. Web safe color of #df93ad is #cc9999. Color #df93ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010011 10101101
Octal 337 223 255
Decimal 223 147 173
Hex DF 93 AD

RGB Percentages of Color #df93ad

%41.07
%27.07
%31.86

CMYK Percentages of Color #df93ad

%0
%34
%22
%13

Triadic Colors of #df93ad

#df93ad #addf93 #93addf

Analogous Colors of #df93ad

#df93ad #df9f93 #df93d3

Monochromatic Colors of #df93ad

#df93ad

Complementary Color

#df93ad #93dfc5

#df93ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df93ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#df93ad Color CSS Codes

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

#df93ad Text Font Color

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

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


#df93ad Background Color

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

This div background color is #df93ad


#df93ad Border Color

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

This div border color is #df93ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df93ad


Comments

No comments written yet.

Please login to write comment.