Color Hex Logo

#dc84db Color Hex

#DC84DB
(220,132,219)
0 Favorites   0 Comments

Color spaces of #dc84db

RGB 220132219
HSL0.840.560.69
HSV301°40°86°
CMYK 0.000.400.00   0.14
XYZ50.552636.832671.4628
Yxy36.83260.31820.2319
Hunter Lab60.689942.4772-27.3315
CIE-Lab67.151246.6983-30.4439

#dc84db color RGB value is (220,132,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000100 11011011
Octal 334 204 333
Decimal 220 132 219
Hex DC 84 DB

RGB Percentages of Color #dc84db

%38.53
%23.12
%38.35

CMYK Percentages of Color #dc84db

%0
%40
%0
%14

Triadic Colors of #dc84db

#dc84db #dbdc84 #84dbdc

Analogous Colors of #dc84db

#dc84db #dc84af #b184dc

Monochromatic Colors of #dc84db

#dc84db

Complementary Color

#dc84db #84dc85

#dc84db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc84db Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc84db Color CSS Codes

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

#dc84db Text Font Color

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

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


#dc84db Background Color

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

This div background color is #dc84db


#dc84db Border Color

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

This div border color is #dc84db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc84db


Comments

No comments written yet.

Please login to write comment.