Color Hex Logo

#dc81cc Color Hex

#DC81CC
(220,129,204)
0 Favorites   0 Comments

Color spaces of #dc81cc

RGB 220129204
HSL0.860.570.68
HSV311°41°86°
CMYK 0.000.410.07   0.14
XYZ48.264535.275861.3918
Yxy35.27580.33300.2434
Hunter Lab59.393441.1148-19.7095
CIE-Lab65.962845.6142-23.9114

#dc81cc color RGB value is (220,129,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000001 11001100
Octal 334 201 314
Decimal 220 129 204
Hex DC 81 CC

RGB Percentages of Color #dc81cc

%39.78
%23.33
%36.89

CMYK Percentages of Color #dc81cc

%0
%41
%7
%14

Triadic Colors of #dc81cc

#dc81cc #ccdc81 #81ccdc

Analogous Colors of #dc81cc

#dc81cc #dc819f #bf81dc

Monochromatic Colors of #dc81cc

#dc81cc

Complementary Color

#dc81cc #81dc91

#dc81cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc81cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc81cc Color CSS Codes

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

#dc81cc Text Font Color

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

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


#dc81cc Background Color

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

This div background color is #dc81cc


#dc81cc Border Color

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

This div border color is #dc81cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc81cc


Comments

No comments written yet.

Please login to write comment.