Color Hex Logo

#df86ce Color Hex

#DF86CE
(223,134,206)
0 Favorites   0 Comments

Color spaces of #df86ce

RGB 223134206
HSL0.870.580.70
HSV311°40°87°
CMYK 0.000.400.08   0.13
XYZ50.097137.194462.9313
Yxy37.19440.33350.2476
Hunter Lab60.987239.8987-18.4889
CIE-Lab67.422644.3081-22.7643

#df86ce color RGB value is (223,134,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000110 11001110
Octal 337 206 316
Decimal 223 134 206
Hex DF 86 CE

RGB Percentages of Color #df86ce

%39.61
%23.80
%36.59

CMYK Percentages of Color #df86ce

%0
%40
%8
%13

Triadic Colors of #df86ce

#df86ce #cedf86 #86cedf

Analogous Colors of #df86ce

#df86ce #df86a2 #c486df

Monochromatic Colors of #df86ce

#df86ce

Complementary Color

#df86ce #86df97

#df86ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df86ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#df86ce Color CSS Codes

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

#df86ce Text Font Color

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

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


#df86ce Background Color

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

This div background color is #df86ce


#df86ce Border Color

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

This div border color is #df86ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df86ce


Comments

No comments written yet.

Please login to write comment.