Color Hex Logo

#dc84de Color Hex

#DC84DE
(220,132,222)
1 Favorites   0 Comments

Color spaces of #dc84de

RGB 220132222
HSL0.830.580.69
HSV299°41°87°
CMYK 0.010.410.00   0.13
XYZ50.951336.992173.5620
Yxy36.99210.31550.2290
Hunter Lab60.821143.0967-29.1353
CIE-Lab67.271147.2439-31.9227

#dc84de color RGB value is (220,132,222).

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

The process color (four color CMYK) of #dc84de color hex is 0.01, 0.41, 0.00, 0.13. Web safe color of #dc84de is #cc99cc. Color #dc84de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000100 11011110
Octal 334 204 336
Decimal 220 132 222
Hex DC 84 DE

RGB Percentages of Color #dc84de

%38.33
%23.00
%38.68

CMYK Percentages of Color #dc84de

%1
%41
%0
%13

Triadic Colors of #dc84de

#dc84de #dedc84 #84dedc

Analogous Colors of #dc84de

#dc84de #de84b3 #af84de

Monochromatic Colors of #dc84de

#dc84de

Complementary Color

#dc84de #86de84

#dc84de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc84de Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc84de Color CSS Codes

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

#dc84de Text Font Color

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

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


#dc84de Background Color

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

This div background color is #dc84de


#dc84de Border Color

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

This div border color is #dc84de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,132,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc84de


Comments

No comments written yet.

Please login to write comment.