Color Hex Logo

#dc84dc Color Hex

#DC84DC
(220,132,220)
0 Favorites   0 Comments

Color spaces of #dc84dc

RGB 220132220
HSL0.830.560.69
HSV300°40°86°
CMYK 0.000.400.00   0.14
XYZ50.684736.885572.1584
Yxy36.88550.31730.2309
Hunter Lab60.733442.6825-27.9300
CIE-Lab67.191046.8793-30.9374

#dc84dc color RGB value is (220,132,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000100 11011100
Octal 334 204 334
Decimal 220 132 220
Hex DC 84 DC

RGB Percentages of Color #dc84dc

%38.46
%23.08
%38.46

CMYK Percentages of Color #dc84dc

%0
%40
%0
%14

Triadic Colors of #dc84dc

#dc84dc #dcdc84 #84dcdc

Analogous Colors of #dc84dc

#dc84dc #dc84b0 #b084dc

Monochromatic Colors of #dc84dc

#dc84dc

Complementary Color

#dc84dc #84dc84

#dc84dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc84dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc84dc Color CSS Codes

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

#dc84dc Text Font Color

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

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


#dc84dc Background Color

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

This div background color is #dc84dc


#dc84dc Border Color

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

This div border color is #dc84dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc84dc


Comments

No comments written yet.

Please login to write comment.