Color Hex Logo

#dc82ca Color Hex

#DC82CA
(220,130,202)
0 Favorites   0 Comments

Color spaces of #dc82ca

RGB 220130202
HSL0.870.560.69
HSV312°41°86°
CMYK 0.000.410.08   0.14
XYZ48.158535.445260.1805
Yxy35.44520.33490.2465
Hunter Lab59.535940.2007-18.2569
CIE-Lab66.093844.7573-22.5917

#dc82ca color RGB value is (220,130,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000010 11001010
Octal 334 202 312
Decimal 220 130 202
Hex DC 82 CA

RGB Percentages of Color #dc82ca

%39.86
%23.55
%36.59

CMYK Percentages of Color #dc82ca

%0
%41
%8
%14

Triadic Colors of #dc82ca

#dc82ca #cadc82 #82cadc

Analogous Colors of #dc82ca

#dc82ca #dc829d #c182dc

Monochromatic Colors of #dc82ca

#dc82ca

Complementary Color

#dc82ca #82dc94

#dc82ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc82ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc82ca Color CSS Codes

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

#dc82ca Text Font Color

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

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


#dc82ca Background Color

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

This div background color is #dc82ca


#dc82ca Border Color

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

This div border color is #dc82ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc82ca


Comments

No comments written yet.

Please login to write comment.