Color Hex Logo

#df86db Color Hex

#DF86DB
(223,134,219)
0 Favorites   0 Comments

Color spaces of #df86db

RGB 223134219
HSL0.840.580.70
HSV303°40°87°
CMYK 0.000.400.02   0.13
XYZ51.742737.852671.5970
Yxy37.85260.32100.2348
Hunter Lab61.524542.4525-25.9296
CIE-Lab67.911846.5742-29.2412

#df86db color RGB value is (223,134,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000110 11011011
Octal 337 206 333
Decimal 223 134 219
Hex DF 86 DB

RGB Percentages of Color #df86db

%38.72
%23.26
%38.02

CMYK Percentages of Color #df86db

%0
%40
%2
%13

Triadic Colors of #df86db

#df86db #dbdf86 #86dbdf

Analogous Colors of #df86db

#df86db #df86af #b786df

Monochromatic Colors of #df86db

#df86db

Complementary Color

#df86db #86df8a

#df86db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df86db Color Preview on White Background

Lorem ipsum dolor sit amet.

#df86db Color CSS Codes

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

#df86db Text Font Color

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

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


#df86db Background Color

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

This div background color is #df86db


#df86db Border Color

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

This div border color is #df86db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df86db


Comments

No comments written yet.

Please login to write comment.