Color Hex Logo

#cc827e Color Hex

#CC827E
(204,130,126)
0 Favorites   0 Comments

Color spaces of #cc827e

RGB 204130126
HSL0.010.430.65
HSV38°80°
CMYK 0.000.360.38   0.20
XYZ36.650430.309023.6572
Yxy30.30900.40450.3345
Hunter Lab55.053622.487613.0599
CIE-Lab61.919928.067314.1096

#cc827e color RGB value is (204,130,126).

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

The process color (four color CMYK) of #cc827e color hex is 0.00, 0.36, 0.38, 0.20. Web safe color of #cc827e is #cc9966. Color #cc827e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000010 01111110
Octal 314 202 176
Decimal 204 130 126
Hex CC 82 7E

RGB Percentages of Color #cc827e

%44.35
%28.26
%27.39

CMYK Percentages of Color #cc827e

%0
%36
%38
%20

Triadic Colors of #cc827e

#cc827e #7ecc82 #827ecc

Analogous Colors of #cc827e

#cc827e #cca97e #cc7ea1

Monochromatic Colors of #cc827e

#cc827e

Complementary Color

#cc827e #7ec8cc

#cc827e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc827e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc827e Color CSS Codes

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

#cc827e Text Font Color

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

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


#cc827e Background Color

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

This div background color is #cc827e


#cc827e Border Color

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

This div border color is #cc827e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc827e


Comments

No comments written yet.

Please login to write comment.