Color Hex Logo

#cc89ba Color Hex

#CC89BA
(204,137,186)
0 Favorites   0 Comments

Color spaces of #cc89ba

RGB 204137186
HSL0.880.400.67
HSV316°33°80°
CMYK 0.000.330.09   0.20
XYZ42.710434.273950.8188
Yxy34.27390.33420.2682
Hunter Lab58.543927.7719-10.4857
CIE-Lab65.179433.0620-15.1735

#cc89ba color RGB value is (204,137,186).

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

The process color (four color CMYK) of #cc89ba color hex is 0.00, 0.33, 0.09, 0.20. Web safe color of #cc89ba is #cc99cc. Color #cc89ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10001001 10111010
Octal 314 211 272
Decimal 204 137 186
Hex CC 89 BA

RGB Percentages of Color #cc89ba

%38.71
%26.00
%35.29

CMYK Percentages of Color #cc89ba

%0
%33
%9
%20

Triadic Colors of #cc89ba

#cc89ba #bacc89 #89bacc

Analogous Colors of #cc89ba

#cc89ba #cc8999 #bd89cc

Monochromatic Colors of #cc89ba

#cc89ba

Complementary Color

#cc89ba #89cc9b

#cc89ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc89ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc89ba Color CSS Codes

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

#cc89ba Text Font Color

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

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


#cc89ba Background Color

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

This div background color is #cc89ba


#cc89ba Border Color

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

This div border color is #cc89ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc89ba


Comments

No comments written yet.

Please login to write comment.