Color Hex Logo

#dc80ce Color Hex

#DC80CE
(220,128,206)
0 Favorites   0 Comments

Color spaces of #dc80ce

RGB 220128206
HSL0.860.570.68
HSV309°42°86°
CMYK 0.000.420.06   0.14
XYZ48.374935.110262.6198
Yxy35.11020.33110.2403
Hunter Lab59.253942.0333-21.1803
CIE-Lab65.834446.4718-25.2273

#dc80ce color RGB value is (220,128,206).

#dc80ce hex color red value is 220, green value is 128 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #dc80ce hue: 0.86 , saturation: 0.57 and the lightness value of dc80ce is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000000 11001110
Octal 334 200 316
Decimal 220 128 206
Hex DC 80 CE

RGB Percentages of Color #dc80ce

%39.71
%23.10
%37.18

CMYK Percentages of Color #dc80ce

%0
%42
%6
%14

Triadic Colors of #dc80ce

#dc80ce #cedc80 #80cedc

Analogous Colors of #dc80ce

#dc80ce #dc80a0 #bc80dc

Monochromatic Colors of #dc80ce

#dc80ce

Complementary Color

#dc80ce #80dc8e

#dc80ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc80ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc80ce Color CSS Codes

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

#dc80ce Text Font Color

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

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


#dc80ce Background Color

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

This div background color is #dc80ce


#dc80ce Border Color

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

This div border color is #dc80ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc80ce


Comments

No comments written yet.

Please login to write comment.