Color Hex Logo

#c87cbf Color Hex

#C87CBF
(200,124,191)
0 Favorites   0 Comments

Color spaces of #c87cbf

RGB 200124191
HSL0.850.410.64
HSV307°38°78°
CMYK 0.000.380.05   0.22
XYZ40.431030.456353.0379
Yxy30.45630.32630.2458
Hunter Lab55.187234.1942-18.3498
CIE-Lab62.045939.6304-22.8020

#c87cbf color RGB value is (200,124,191).

#c87cbf hex color red value is 200, green value is 124 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c87cbf hue: 0.85 , saturation: 0.41 and the lightness value of c87cbf is 0.64.

The process color (four color CMYK) of #c87cbf color hex is 0.00, 0.38, 0.05, 0.22. Web safe color of #c87cbf is #cc66cc. Color #c87cbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01111100 10111111
Octal 310 174 277
Decimal 200 124 191
Hex C8 7C BF

RGB Percentages of Color #c87cbf

%38.83
%24.08
%37.09

CMYK Percentages of Color #c87cbf

%0
%38
%5
%22

Triadic Colors of #c87cbf

#c87cbf #bfc87c #7cbfc8

Analogous Colors of #c87cbf

#c87cbf #c87c99 #ab7cc8

Monochromatic Colors of #c87cbf

#c87cbf

Complementary Color

#c87cbf #7cc885

#c87cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c87cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c87cbf Color CSS Codes

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

#c87cbf Text Font Color

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

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


#c87cbf Background Color

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

This div background color is #c87cbf


#c87cbf Border Color

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

This div border color is #c87cbf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,124,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c87cbf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c87cbf;
  -webkit-box-shadow: 1px 1px 3px 2px #c87cbf;
  box-shadow:         1px 1px 3px 2px #c87cbf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,124,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c87cbf


Comments

No comments written yet.

Please login to write comment.