Color Hex Logo

#cc87ba Color Hex

#CC87BA
(204,135,186)
0 Favorites   0 Comments

Color spaces of #cc87ba

RGB 204135186
HSL0.880.400.66
HSV316°34°80°
CMYK 0.000.340.09   0.20
XYZ42.428733.710550.7249
Yxy33.71050.33440.2657
Hunter Lab58.060728.8351-11.1563
CIE-Lab64.732134.1461-15.8490

#cc87ba color RGB value is (204,135,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000111 10111010
Octal 314 207 272
Decimal 204 135 186
Hex CC 87 BA

RGB Percentages of Color #cc87ba

%38.86
%25.71
%35.43

CMYK Percentages of Color #cc87ba

%0
%34
%9
%20

Triadic Colors of #cc87ba

#cc87ba #bacc87 #87bacc

Analogous Colors of #cc87ba

#cc87ba #cc8798 #bc87cc

Monochromatic Colors of #cc87ba

#cc87ba

Complementary Color

#cc87ba #87cc99

#cc87ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc87ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc87ba Color CSS Codes

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

#cc87ba Text Font Color

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

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


#cc87ba Background Color

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

This div background color is #cc87ba


#cc87ba Border Color

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

This div border color is #cc87ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc87ba


Comments

No comments written yet.

Please login to write comment.