color codes Logo

#dc86db color codes

#DC86DB
(220,134,219)
0 Favorites   0 Comments

Color spaces of #dc86db

RGB 220134219
HSL0.840.550.69
HSV301°39°86°
CMYK 0.000.390.00   0.14
XYZ50.826537.380371.5541
Yxy37.38030.31810.2340
Hunter Lab61.139441.3968-26.5920
CIE-Lab67.561445.6608-29.8107

#dc86db color RGB value is (220,134,219).

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

The process color (four color CMYK) of #dc86db color code is 0.00, 0.39, 0.00, 0.14. Web safe color of #dc86db is #cc99cc. Color #dc86db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000110 11011011
Octal 334 206 333
Decimal 220 134 219
Hex DC 86 DB

RGB Percentages of Color #dc86db

%38.39
%23.39
%38.22

CMYK Percentages of Color #dc86db

%0
%39
%0
%14

Triadic Colors of #dc86db

#dc86db #dbdc86 #86dbdc

Analogous Colors of #dc86db

#dc86db #dc86b0 #b286dc

Monochromatic Colors of #dc86db

#dc86db

Complementary Color

#dc86db #86dc87

#dc86db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc86db Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc86db Color CSS Codes

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

#dc86db Text Font Color

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

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


#dc86db Background Color

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

This div background color is #dc86db


#dc86db Border Color

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

This div border color is #dc86db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc86db


Comments

No comments written yet.

Please login to write comment.