Color Hex Logo

#df86cf Color Hex

#DF86CF
(223,134,207)
0 Favorites   0 Comments

Color spaces of #df86cf

RGB 223134207
HSL0.860.580.70
HSV311°40°87°
CMYK 0.000.400.07   0.13
XYZ50.219037.243263.5733
Yxy37.24320.33250.2466
Hunter Lab61.027240.0892-19.0446
CIE-Lab67.459144.4783-23.2660

#df86cf color RGB value is (223,134,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000110 11001111
Octal 337 206 317
Decimal 223 134 207
Hex DF 86 CF

RGB Percentages of Color #df86cf

%39.54
%23.76
%36.70

CMYK Percentages of Color #df86cf

%0
%40
%7
%13

Triadic Colors of #df86cf

#df86cf #cfdf86 #86cfdf

Analogous Colors of #df86cf

#df86cf #df86a3 #c386df

Monochromatic Colors of #df86cf

#df86cf

Complementary Color

#df86cf #86df96

#df86cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df86cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#df86cf Color CSS Codes

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

#df86cf Text Font Color

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

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


#df86cf Background Color

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

This div background color is #df86cf


#df86cf Border Color

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

This div border color is #df86cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df86cf


Comments

No comments written yet.

Please login to write comment.