Color Hex Logo

#df72cc Color Hex

#DF72CC
(223,114,204)
0 Favorites   0 Comments

Color spaces of #df72cc

RGB 223114204
HSL0.860.630.66
HSV310°49°87°
CMYK 0.000.490.09   0.13
XYZ47.347832.082260.8237
Yxy32.08220.33760.2287
Hunter Lab56.641250.0907-24.0193
CIE-Lab63.410854.0728-27.8003

#df72cc color RGB value is (223,114,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110010 11001100
Octal 337 162 314
Decimal 223 114 204
Hex DF 72 CC

RGB Percentages of Color #df72cc

%41.22
%21.07
%37.71

CMYK Percentages of Color #df72cc

%0
%49
%9
%13

Triadic Colors of #df72cc

#df72cc #ccdf72 #72ccdf

Analogous Colors of #df72cc

#df72cc #df7296 #bc72df

Monochromatic Colors of #df72cc

#df72cc

Complementary Color

#df72cc #72df85

#df72cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df72cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#df72cc Color CSS Codes

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

#df72cc Text Font Color

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

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


#df72cc Background Color

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

This div background color is #df72cc


#df72cc Border Color

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

This div border color is #df72cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df72cc


Comments

No comments written yet.

Please login to write comment.