Color Hex Logo

#cc829c Color Hex

#CC829C
(204,130,156)
0 Favorites   0 Comments

Color spaces of #cc829c

RGB 204130156
HSL0.940.420.65
HSV339°36°80°
CMYK 0.000.360.24   0.20
XYZ38.885231.202935.4258
Yxy31.20290.36850.2957
Hunter Lab55.859626.50401.5003
CIE-Lab62.678532.0490-1.9045

#cc829c color RGB value is (204,130,156).

#cc829c hex color red value is 204, green value is 130 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #cc829c hue: 0.94 , saturation: 0.42 and the lightness value of cc829c is 0.65.

The process color (four color CMYK) of #cc829c color hex is 0.00, 0.36, 0.24, 0.20. Web safe color of #cc829c is #cc9999. Color #cc829c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000010 10011100
Octal 314 202 234
Decimal 204 130 156
Hex CC 82 9C

RGB Percentages of Color #cc829c

%41.63
%26.53
%31.84

CMYK Percentages of Color #cc829c

%0
%36
%24
%20

Triadic Colors of #cc829c

#cc829c #9ccc82 #829ccc

Analogous Colors of #cc829c

#cc829c #cc8d82 #cc82c1

Monochromatic Colors of #cc829c

#cc829c

Complementary Color

#cc829c #82ccb2

#cc829c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc829c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc829c Color CSS Codes

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

#cc829c Text Font Color

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

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


#cc829c Background Color

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

This div background color is #cc829c


#cc829c Border Color

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

This div border color is #cc829c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc829c


Comments

No comments written yet.

Please login to write comment.