Color Hex Logo

#cc87be Color Hex

#CC87BE
(204,135,190)
0 Favorites   0 Comments

Color spaces of #cc87be

RGB 204135190
HSL0.870.400.66
HSV312°34°80°
CMYK 0.000.340.07   0.20
XYZ42.860133.883052.9963
Yxy33.88300.33040.2612
Hunter Lab58.209129.5659-13.2340
CIE-Lab64.869634.8443-17.8925

#cc87be color RGB value is (204,135,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000111 10111110
Octal 314 207 276
Decimal 204 135 190
Hex CC 87 BE

RGB Percentages of Color #cc87be

%38.56
%25.52
%35.92

CMYK Percentages of Color #cc87be

%0
%34
%7
%20

Triadic Colors of #cc87be

#cc87be #becc87 #87becc

Analogous Colors of #cc87be

#cc87be #cc879c #b887cc

Monochromatic Colors of #cc87be

#cc87be

Complementary Color

#cc87be #87cc95

#cc87be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc87be Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc87be Color CSS Codes

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

#cc87be Text Font Color

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

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


#cc87be Background Color

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

This div background color is #cc87be


#cc87be Border Color

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

This div border color is #cc87be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc87be


Comments

No comments written yet.

Please login to write comment.