Color Hex Logo

#c87fef Color Hex

#C87FEF
(200,127,239)
0 Favorites   0 Comments

Color spaces of #c87fef

RGB 200127239
HSL0.780.780.72
HSV279°47°94°
CMYK 0.160.470.00   0.06
XYZ46.988833.690185.6876
Yxy33.69010.28240.2025
Hunter Lab58.043242.9290-46.8980
CIE-Lab64.715847.4432-45.4848

#c87fef color RGB value is (200,127,239).

#c87fef hex color red value is 200, green value is 127 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c87fef hue: 0.78 , saturation: 0.78 and the lightness value of c87fef is 0.72.

The process color (four color CMYK) of #c87fef color hex is 0.16, 0.47, 0.00, 0.06. Web safe color of #c87fef is #cc66ff. Color #c87fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01111111 11101111
Octal 310 177 357
Decimal 200 127 239
Hex C8 7F EF

RGB Percentages of Color #c87fef

%35.34
%22.44
%42.23

CMYK Percentages of Color #c87fef

%16
%47
%0
%6

Triadic Colors of #c87fef

#c87fef #efc87f #7fefc8

Analogous Colors of #c87fef

#c87fef #ef7fde #907fef

Monochromatic Colors of #c87fef

#c87fef

Complementary Color

#c87fef #a6ef7f

#c87fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c87fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c87fef Color CSS Codes

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

#c87fef Text Font Color

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

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


#c87fef Background Color

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

This div background color is #c87fef


#c87fef Border Color

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

This div border color is #c87fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c87fef


Comments

No comments written yet.

Please login to write comment.