Color Hex Logo

#c87fcf Color Hex

#C87FCF
(200,127,207)
0 Favorites   0 Comments

Color spaces of #c87fcf

RGB 200127207
HSL0.820.450.65
HSV295°39°81°
CMYK 0.030.390.00   0.19
XYZ42.671331.963162.9520
Yxy31.96310.31010.2323
Hunter Lab56.535935.7876-26.4435
CIE-Lab63.312440.9926-29.8692

#c87fcf color RGB value is (200,127,207).

#c87fcf hex color red value is 200, green value is 127 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c87fcf hue: 0.82 , saturation: 0.45 and the lightness value of c87fcf is 0.65.

The process color (four color CMYK) of #c87fcf color hex is 0.03, 0.39, 0.00, 0.19. Web safe color of #c87fcf is #cc66cc. Color #c87fcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01111111 11001111
Octal 310 177 317
Decimal 200 127 207
Hex C8 7F CF

RGB Percentages of Color #c87fcf

%37.45
%23.78
%38.76

CMYK Percentages of Color #c87fcf

%3
%39
%0
%19

Triadic Colors of #c87fcf

#c87fcf #cfc87f #7fcfc8

Analogous Colors of #c87fcf

#c87fcf #cf7fae #a07fcf

Monochromatic Colors of #c87fcf

#c87fcf

Complementary Color

#c87fcf #86cf7f

#c87fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c87fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c87fcf Color CSS Codes

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

#c87fcf Text Font Color

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

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


#c87fcf Background Color

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

This div background color is #c87fcf


#c87fcf Border Color

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

This div border color is #c87fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c87fcf


Comments

No comments written yet.

Please login to write comment.