Color Hex Logo

#cc889b Color Hex

#CC889B
(204,136,155)
0 Favorites   0 Comments

Color spaces of #cc889b

RGB 204136155
HSL0.950.400.67
HSV343°33°80°
CMYK 0.000.330.24   0.20
XYZ39.622432.812235.2554
Yxy32.81220.36790.3047
Hunter Lab57.281923.22663.6060
CIE-Lab64.008628.64720.6095

#cc889b color RGB value is (204,136,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10001000 10011011
Octal 314 210 233
Decimal 204 136 155
Hex CC 88 9B

RGB Percentages of Color #cc889b

%41.21
%27.47
%31.31

CMYK Percentages of Color #cc889b

%0
%33
%24
%20

Triadic Colors of #cc889b

#cc889b #9bcc88 #889bcc

Analogous Colors of #cc889b

#cc889b #cc9788 #cc88bd

Monochromatic Colors of #cc889b

#cc889b

Complementary Color

#cc889b #88ccb9

#cc889b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc889b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc889b Color CSS Codes

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

#cc889b Text Font Color

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

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


#cc889b Background Color

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

This div background color is #cc889b


#cc889b Border Color

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

This div border color is #cc889b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc889b


Comments

No comments written yet.

Please login to write comment.