Color Hex Logo

#dc83cc Color Hex

#DC83CC
(220,131,204)
0 Favorites   0 Comments

Color spaces of #dc83cc

RGB 220131204
HSL0.860.560.69
HSV311°40°86°
CMYK 0.000.400.07   0.14
XYZ48.530635.807961.4805
Yxy35.80790.33280.2456
Hunter Lab59.839740.0458-19.0279
CIE-Lab66.372944.5785-23.2840

#dc83cc color RGB value is (220,131,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000011 11001100
Octal 334 203 314
Decimal 220 131 204
Hex DC 83 CC

RGB Percentages of Color #dc83cc

%39.64
%23.60
%36.76

CMYK Percentages of Color #dc83cc

%0
%40
%7
%14

Triadic Colors of #dc83cc

#dc83cc #ccdc83 #83ccdc

Analogous Colors of #dc83cc

#dc83cc #dc83a0 #c083dc

Monochromatic Colors of #dc83cc

#dc83cc

Complementary Color

#dc83cc #83dc93

#dc83cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc83cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc83cc Color CSS Codes

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

#dc83cc Text Font Color

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

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


#dc83cc Background Color

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

This div background color is #dc83cc


#dc83cc Border Color

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

This div border color is #dc83cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc83cc


Comments

No comments written yet.

Please login to write comment.