Color Hex Logo

#df61ad Color Hex

#DF61AD
(223,97,173)
0 Favorites   0 Comments

Color spaces of #df61ad

RGB 22397173
HSL0.900.660.63
HSV324°57°87°
CMYK 0.000.570.22   0.13
XYZ42.248927.254542.5690
Yxy27.25450.37700.2432
Hunter Lab52.205853.0954-11.8014
CIE-Lab59.209257.4114-16.5718

#df61ad color RGB value is (223,97,173).

#df61ad hex color red value is 223, green value is 97 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #df61ad hue: 0.90 , saturation: 0.66 and the lightness value of df61ad is 0.63.

The process color (four color CMYK) of #df61ad color hex is 0.00, 0.57, 0.22, 0.13. Web safe color of #df61ad is #cc6699. Color #df61ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01100001 10101101
Octal 337 141 255
Decimal 223 97 173
Hex DF 61 AD

RGB Percentages of Color #df61ad

%45.23
%19.68
%35.09

CMYK Percentages of Color #df61ad

%0
%57
%22
%13

Triadic Colors of #df61ad

#df61ad #addf61 #61addf

Analogous Colors of #df61ad

#df61ad #df616e #d261df

Monochromatic Colors of #df61ad

#df61ad

Complementary Color

#df61ad #61df93

#df61ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df61ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#df61ad Color CSS Codes

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

#df61ad Text Font Color

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

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


#df61ad Background Color

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

This div background color is #df61ad


#df61ad Border Color

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

This div border color is #df61ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df61ad


Comments

No comments written yet.

Please login to write comment.