Color Hex Logo

#c87cef Color Hex

#C87CEF
(200,124,239)
0 Favorites   0 Comments

Color spaces of #c87cef

RGB 200124239
HSL0.780.780.71
HSV280°48°94°
CMYK 0.160.480.00   0.06
XYZ46.607132.926785.5604
Yxy32.92670.28230.1994
Hunter Lab57.381844.5646-48.2384
CIE-Lab64.101549.0177-46.4525

#c87cef color RGB value is (200,124,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01111100 11101111
Octal 310 174 357
Decimal 200 124 239
Hex C8 7C EF

RGB Percentages of Color #c87cef

%35.52
%22.02
%42.45

CMYK Percentages of Color #c87cef

%16
%48
%0
%6

Triadic Colors of #c87cef

#c87cef #efc87c #7cefc8

Analogous Colors of #c87cef

#c87cef #ef7cdd #8f7cef

Monochromatic Colors of #c87cef

#c87cef

Complementary Color

#c87cef #a3ef7c

#c87cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c87cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c87cef Color CSS Codes

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

#c87cef Text Font Color

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

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


#c87cef Background Color

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

This div background color is #c87cef


#c87cef Border Color

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

This div border color is #c87cef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,124,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 #c87cef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c87cef


Comments

No comments written yet.

Please login to write comment.