Color Hex Logo

#df86da Color Hex

#DF86DA
(223,134,218)
0 Favorites   0 Comments

Color spaces of #df86da

RGB 223134218
HSL0.840.580.70
HSV303°40°87°
CMYK 0.000.400.02   0.13
XYZ51.611437.800170.9056
Yxy37.80010.32190.2358
Hunter Lab61.481842.2502-25.3406
CIE-Lab67.873046.3959-28.7465

#df86da color RGB value is (223,134,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000110 11011010
Octal 337 206 332
Decimal 223 134 218
Hex DF 86 DA

RGB Percentages of Color #df86da

%38.78
%23.30
%37.91

CMYK Percentages of Color #df86da

%0
%40
%2
%13

Triadic Colors of #df86da

#df86da #dadf86 #86dadf

Analogous Colors of #df86da

#df86da #df86ae #b886df

Monochromatic Colors of #df86da

#df86da

Complementary Color

#df86da #86df8b

#df86da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df86da Color Preview on White Background

Lorem ipsum dolor sit amet.

#df86da Color CSS Codes

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

#df86da Text Font Color

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

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


#df86da Background Color

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

This div background color is #df86da


#df86da Border Color

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

This div border color is #df86da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df86da


Comments

No comments written yet.

Please login to write comment.