Color Hex Logo

#cc989d Color Hex

#CC989D
(204,152,157)
0 Favorites   0 Comments

Color spaces of #cc989d

RGB 204152157
HSL0.980.340.70
HSV354°25°80°
CMYK 0.000.250.23   0.20
XYZ42.215937.728236.9555
Yxy37.72820.36110.3227
Hunter Lab61.423315.19147.3243
CIE-Lab67.819820.19725.0077

#cc989d color RGB value is (204,152,157).

#cc989d hex color red value is 204, green value is 152 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #cc989d hue: 0.98 , saturation: 0.34 and the lightness value of cc989d is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10011000 10011101
Octal 314 230 235
Decimal 204 152 157
Hex CC 98 9D

RGB Percentages of Color #cc989d

%39.77
%29.63
%30.60

CMYK Percentages of Color #cc989d

%0
%25
%23
%20

Triadic Colors of #cc989d

#cc989d #9dcc98 #989dcc

Analogous Colors of #cc989d

#cc989d #ccad98 #cc98b7

Monochromatic Colors of #cc989d

#cc989d

Complementary Color

#cc989d #98ccc7

#cc989d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc989d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc989d Color CSS Codes

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

#cc989d Text Font Color

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

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


#cc989d Background Color

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

This div background color is #cc989d


#cc989d Border Color

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

This div border color is #cc989d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc989d


Comments

No comments written yet.

Please login to write comment.