Color Hex Logo

#cc8888 Color Hex

#CC8888
(204,136,136)
0 Favorites   0 Comments

Color spaces of #cc8888

RGB 204136136
HSL0.000.400.67
HSV33°80°
CMYK 0.000.330.33   0.20
XYZ38.149932.223327.5015
Yxy32.22330.38980.3292
Hunter Lab56.765620.623111.0114
CIE-Lab63.527026.037310.6918

#cc8888 color RGB value is (204,136,136). This hex color code is also a web safe color which is equal to #C88.

#cc8888 hex color red value is 204, green value is 136 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #cc8888 hue: 0.00 , saturation: 0.40 and the lightness value of cc8888 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10001000 10001000
Octal 314 210 210
Decimal 204 136 136
Hex CC 88 88

RGB Percentages of Color #cc8888

%42.86
%28.57
%28.57

CMYK Percentages of Color #cc8888

%0
%33
%33
%20

Triadic Colors of #cc8888

#cc8888 #88cc88 #8888cc

Analogous Colors of #cc8888

#cc8888 #ccaa88 #cc88aa

Monochromatic Colors of #cc8888

#cc8888

Complementary Color

#cc8888 #88cccc

#cc8888 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc8888 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc8888 Color CSS Codes

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

#cc8888 Text Font Color

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

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


#cc8888 Background Color

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

This div background color is #cc8888


#cc8888 Border Color

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

This div border color is #cc8888


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc8888

#cc8888 Color Palettes


Comments

No comments written yet.

Please login to write comment.