Color Hex Logo

#cc889d Color Hex

#CC889D
(204,136,157)
0 Favorites   0 Comments

Color spaces of #cc889d

RGB 204136157
HSL0.950.400.67
HSV341°33°80°
CMYK 0.000.330.23   0.20
XYZ39.791832.880036.1475
Yxy32.88000.36570.3022
Hunter Lab57.341123.52302.7627
CIE-Lab64.063628.9413-0.4443

#cc889d color RGB value is (204,136,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10001000 10011101
Octal 314 210 235
Decimal 204 136 157
Hex CC 88 9D

RGB Percentages of Color #cc889d

%41.05
%27.36
%31.59

CMYK Percentages of Color #cc889d

%0
%33
%23
%20

Triadic Colors of #cc889d

#cc889d #9dcc88 #889dcc

Analogous Colors of #cc889d

#cc889d #cc9588 #cc88bf

Monochromatic Colors of #cc889d

#cc889d

Complementary Color

#cc889d #88ccb7

#cc889d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc889d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc889d Color CSS Codes

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

#cc889d Text Font Color

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

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


#cc889d Background Color

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

This div background color is #cc889d


#cc889d Border Color

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

This div border color is #cc889d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc889d


Comments

No comments written yet.

Please login to write comment.