Color Hex Logo

#cc8980 Color Hex

#CC8980
(204,137,128)
0 Favorites   0 Comments

Color spaces of #cc8980

RGB 204137128
HSL0.020.430.65
HSV37°80°
CMYK 0.000.330.37   0.20
XYZ37.743832.287224.6648
Yxy32.28720.39860.3410
Hunter Lab56.821819.130114.0391
CIE-Lab63.579524.497515.2877

#cc8980 color RGB value is (204,137,128).

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

The process color (four color CMYK) of #cc8980 color hex is 0.00, 0.33, 0.37, 0.20. Web safe color of #cc8980 is #cc9999. Color #cc8980 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10001001 10000000
Octal 314 211 200
Decimal 204 137 128
Hex CC 89 80

RGB Percentages of Color #cc8980

%43.50
%29.21
%27.29

CMYK Percentages of Color #cc8980

%0
%33
%37
%20

Triadic Colors of #cc8980

#cc8980 #80cc89 #8980cc

Analogous Colors of #cc8980

#cc8980 #ccaf80 #cc809d

Monochromatic Colors of #cc8980

#cc8980

Complementary Color

#cc8980 #80c3cc

#cc8980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc8980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc8980 Color CSS Codes

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

#cc8980 Text Font Color

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

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


#cc8980 Background Color

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

This div background color is #cc8980


#cc8980 Border Color

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

This div border color is #cc8980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc8980


Comments

No comments written yet.

Please login to write comment.