Color Hex Logo

#df96ce Color Hex

#DF96CE
(223,150,206)
0 Favorites   0 Comments

Color spaces of #df96ce

RGB 223150206
HSL0.870.530.73
HSV314°33°87°
CMYK 0.000.330.08   0.13
XYZ52.478441.956963.7251
Yxy41.95690.33180.2653
Hunter Lab64.774131.2615-12.9879
CIE-Lab70.841235.8736-17.5677

#df96ce color RGB value is (223,150,206).

#df96ce hex color red value is 223, green value is 150 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #df96ce hue: 0.87 , saturation: 0.53 and the lightness value of df96ce is 0.73.

The process color (four color CMYK) of #df96ce color hex is 0.00, 0.33, 0.08, 0.13. Web safe color of #df96ce is #cc99cc. Color #df96ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010110 11001110
Octal 337 226 316
Decimal 223 150 206
Hex DF 96 CE

RGB Percentages of Color #df96ce

%38.51
%25.91
%35.58

CMYK Percentages of Color #df96ce

%0
%33
%8
%13

Triadic Colors of #df96ce

#df96ce #cedf96 #96cedf

Analogous Colors of #df96ce

#df96ce #df96aa #cc96df

Monochromatic Colors of #df96ce

#df96ce

Complementary Color

#df96ce #96dfa7

#df96ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df96ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#df96ce Color CSS Codes

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

#df96ce Text Font Color

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

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


#df96ce Background Color

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

This div background color is #df96ce


#df96ce Border Color

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

This div border color is #df96ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df96ce


Comments

No comments written yet.

Please login to write comment.