Color Hex Logo

#df72ce Color Hex

#DF72CE
(223,114,206)
0 Favorites   0 Comments

Color spaces of #df72ce

RGB 223114206
HSL0.860.630.66
HSV309°49°87°
CMYK 0.000.490.08   0.13
XYZ47.589332.178862.0954
Yxy32.17880.33550.2268
Hunter Lab56.726450.4774-25.1932
CIE-Lab63.490454.4024-28.8031

#df72ce color RGB value is (223,114,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110010 11001110
Octal 337 162 316
Decimal 223 114 206
Hex DF 72 CE

RGB Percentages of Color #df72ce

%41.07
%20.99
%37.94

CMYK Percentages of Color #df72ce

%0
%49
%8
%13

Triadic Colors of #df72ce

#df72ce #cedf72 #72cedf

Analogous Colors of #df72ce

#df72ce #df7298 #ba72df

Monochromatic Colors of #df72ce

#df72ce

Complementary Color

#df72ce #72df83

#df72ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df72ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#df72ce Color CSS Codes

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

#df72ce Text Font Color

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

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


#df72ce Background Color

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

This div background color is #df72ce


#df72ce Border Color

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

This div border color is #df72ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df72ce


Comments

No comments written yet.

Please login to write comment.