Color Hex Logo

#c987bc Color Hex

#C987BC
(201,135,188)
0 Favorites   0 Comments

Color spaces of #c987bc

RGB 201135188
HSL0.870.380.66
HSV312°33°79°
CMYK 0.000.330.06   0.21
XYZ41.828533.376351.8146
Yxy33.37630.32930.2628
Hunter Lab57.772228.1370-12.7353
CIE-Lab64.464533.4894-17.4129

#c987bc color RGB value is (201,135,188).

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

The process color (four color CMYK) of #c987bc color hex is 0.00, 0.33, 0.06, 0.21. Web safe color of #c987bc is #cc99cc. Color #c987bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10000111 10111100
Octal 311 207 274
Decimal 201 135 188
Hex C9 87 BC

RGB Percentages of Color #c987bc

%38.36
%25.76
%35.88

CMYK Percentages of Color #c987bc

%0
%33
%6
%21

Triadic Colors of #c987bc

#c987bc #bcc987 #87bcc9

Analogous Colors of #c987bc

#c987bc #c9879b #b587c9

Monochromatic Colors of #c987bc

#c987bc

Complementary Color

#c987bc #87c994

#c987bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c987bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c987bc Color CSS Codes

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

#c987bc Text Font Color

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

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


#c987bc Background Color

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

This div background color is #c987bc


#c987bc Border Color

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

This div border color is #c987bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c987bc


Comments

No comments written yet.

Please login to write comment.