Color Hex Logo

#df61cd Color Hex

#DF61CD
(223,97,205)
0 Favorites   0 Comments

Color spaces of #df61cd

RGB 22397205
HSL0.860.660.63
HSV309°57°87°
CMYK 0.000.570.08   0.13
XYZ45.725628.645160.8767
Yxy28.64510.33810.2118
Hunter Lab53.521158.8390-29.9736
CIE-Lab60.467162.1816-32.9234

#df61cd color RGB value is (223,97,205).

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

The process color (four color CMYK) of #df61cd color hex is 0.00, 0.57, 0.08, 0.13. Web safe color of #df61cd is #cc66cc. Color #df61cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01100001 11001101
Octal 337 141 315
Decimal 223 97 205
Hex DF 61 CD

RGB Percentages of Color #df61cd

%42.48
%18.48
%39.05

CMYK Percentages of Color #df61cd

%0
%57
%8
%13

Triadic Colors of #df61cd

#df61cd #cddf61 #61cddf

Analogous Colors of #df61cd

#df61cd #df618e #b261df

Monochromatic Colors of #df61cd

#df61cd

Complementary Color

#df61cd #61df73

#df61cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df61cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#df61cd Color CSS Codes

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

#df61cd Text Font Color

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

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


#df61cd Background Color

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

This div background color is #df61cd


#df61cd Border Color

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

This div border color is #df61cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df61cd


Comments

No comments written yet.

Please login to write comment.