Color Hex Logo

#df72cd Color Hex

#DF72CD
(223,114,205)
0 Favorites   0 Comments

Color spaces of #df72cd

RGB 223114205
HSL0.860.630.66
HSV310°49°87°
CMYK 0.000.490.08   0.13
XYZ47.468232.130461.4575
Yxy32.13040.33650.2278
Hunter Lab56.683750.2835-24.6047
CIE-Lab63.450554.2372-28.3019

#df72cd color RGB value is (223,114,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110010 11001101
Octal 337 162 315
Decimal 223 114 205
Hex DF 72 CD

RGB Percentages of Color #df72cd

%41.14
%21.03
%37.82

CMYK Percentages of Color #df72cd

%0
%49
%8
%13

Triadic Colors of #df72cd

#df72cd #cddf72 #72cddf

Analogous Colors of #df72cd

#df72cd #df7297 #bb72df

Monochromatic Colors of #df72cd

#df72cd

Complementary Color

#df72cd #72df84

#df72cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df72cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#df72cd Color CSS Codes

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

#df72cd Text Font Color

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

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


#df72cd Background Color

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

This div background color is #df72cd


#df72cd Border Color

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

This div border color is #df72cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df72cd


Comments

No comments written yet.

Please login to write comment.