Color Hex Logo

#cc888a Color Hex

#CC888A
(204,136,138)
0 Favorites   0 Comments

Color spaces of #cc888a

RGB 204136138
HSL1.000.400.67
HSV358°33°80°
CMYK 0.000.330.32   0.20
XYZ38.293432.280728.2573
Yxy32.28070.38750.3266
Hunter Lab56.816120.878810.2836
CIE-Lab63.574226.29579.6254

#cc888a color RGB value is (204,136,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10001000 10001010
Octal 314 210 212
Decimal 204 136 138
Hex CC 88 8A

RGB Percentages of Color #cc888a

%42.68
%28.45
%28.87

CMYK Percentages of Color #cc888a

%0
%33
%32
%20

Triadic Colors of #cc888a

#cc888a #8acc88 #888acc

Analogous Colors of #cc888a

#cc888a #cca888 #cc88ac

Monochromatic Colors of #cc888a

#cc888a

Complementary Color

#cc888a #88ccca

#cc888a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc888a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc888a Color CSS Codes

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

#cc888a Text Font Color

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

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


#cc888a Background Color

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

This div background color is #cc888a


#cc888a Border Color

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

This div border color is #cc888a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc888a


Comments

No comments written yet.

Please login to write comment.