Color Hex Logo

#dc82cc Color Hex

#DC82CC
(220,130,204)
0 Favorites   0 Comments

Color spaces of #dc82cc

RGB 220130204
HSL0.860.560.69
HSV311°41°86°
CMYK 0.000.410.07   0.14
XYZ48.396935.540561.4360
Yxy35.54050.33290.2445
Hunter Lab59.615940.5808-19.3691
CIE-Lab66.167345.0971-23.5985

#dc82cc color RGB value is (220,130,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000010 11001100
Octal 334 202 314
Decimal 220 130 204
Hex DC 82 CC

RGB Percentages of Color #dc82cc

%39.71
%23.47
%36.82

CMYK Percentages of Color #dc82cc

%0
%41
%7
%14

Triadic Colors of #dc82cc

#dc82cc #ccdc82 #82ccdc

Analogous Colors of #dc82cc

#dc82cc #dc829f #bf82dc

Monochromatic Colors of #dc82cc

#dc82cc

Complementary Color

#dc82cc #82dc92

#dc82cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc82cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc82cc Color CSS Codes

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

#dc82cc Text Font Color

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

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


#dc82cc Background Color

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

This div background color is #dc82cc


#dc82cc Border Color

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

This div border color is #dc82cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc82cc


Comments

No comments written yet.

Please login to write comment.