Color Hex Logo

#cc7988 Color Hex

#CC7988
(204,121,136)
0 Favorites   0 Comments

Color spaces of #cc7988

RGB 204121136
HSL0.970.450.64
HSV349°41°80°
CMYK 0.000.410.33   0.20
XYZ36.183128.289726.8459
Yxy28.28970.39620.3098
Hunter Lab53.188128.35207.3059
CIE-Lab60.149634.14495.8813

#cc7988 color RGB value is (204,121,136).

#cc7988 hex color red value is 204, green value is 121 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #cc7988 hue: 0.97 , saturation: 0.45 and the lightness value of cc7988 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01111001 10001000
Octal 314 171 210
Decimal 204 121 136
Hex CC 79 88

RGB Percentages of Color #cc7988

%44.25
%26.25
%29.50

CMYK Percentages of Color #cc7988

%0
%41
%33
%20

Triadic Colors of #cc7988

#cc7988 #88cc79 #7988cc

Analogous Colors of #cc7988

#cc7988 #cc9479 #cc79b2

Monochromatic Colors of #cc7988

#cc7988

Complementary Color

#cc7988 #79ccbd

#cc7988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc7988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc7988 Color CSS Codes

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

#cc7988 Text Font Color

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

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


#cc7988 Background Color

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

This div background color is #cc7988


#cc7988 Border Color

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

This div border color is #cc7988


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,121,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 #cc7988">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc7988


Comments

No comments written yet.

Please login to write comment.