Color Hex Logo

#cc82cd Color Hex

#CC82CD
(204,130,205)
0 Favorites   0 Comments

Color spaces of #cc82cd

RGB 204130205
HSL0.830.430.66
HSV299°37°80°
CMYK 0.000.370.00   0.20
XYZ43.903933.210461.8539
Yxy33.21040.31590.2390
Hunter Lab57.628535.1393-23.2973
CIE-Lab64.330940.2538-27.1386

#cc82cd color RGB value is (204,130,205).

#cc82cd hex color red value is 204, green value is 130 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #cc82cd hue: 0.83 , saturation: 0.43 and the lightness value of cc82cd is 0.66.

The process color (four color CMYK) of #cc82cd color hex is 0.00, 0.37, 0.00, 0.20. Web safe color of #cc82cd is #cc99cc. Color #cc82cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000010 11001101
Octal 314 202 315
Decimal 204 130 205
Hex CC 82 CD

RGB Percentages of Color #cc82cd

%37.85
%24.12
%38.03

CMYK Percentages of Color #cc82cd

%0
%37
%0
%20

Triadic Colors of #cc82cd

#cc82cd #cdcc82 #82cdcc

Analogous Colors of #cc82cd

#cc82cd #cd82a9 #a782cd

Monochromatic Colors of #cc82cd

#cc82cd

Complementary Color

#cc82cd #83cd82

#cc82cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc82cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc82cd Color CSS Codes

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

#cc82cd Text Font Color

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

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


#cc82cd Background Color

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

This div background color is #cc82cd


#cc82cd Border Color

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

This div border color is #cc82cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc82cd


Comments

No comments written yet.

Please login to write comment.