Color Hex Logo

#c87ebc Color Hex

#C87EBC
(200,126,188)
0 Favorites   0 Comments

Color spaces of #c87ebc

RGB 200126188
HSL0.860.400.64
HSV310°37°78°
CMYK 0.000.370.06   0.22
XYZ40.357430.831951.4010
Yxy30.83190.32920.2515
Hunter Lab55.526532.5649-16.0164
CIE-Lab62.365538.0248-20.6153

#c87ebc color RGB value is (200,126,188).

#c87ebc hex color red value is 200, green value is 126 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c87ebc hue: 0.86 , saturation: 0.40 and the lightness value of c87ebc is 0.64.

The process color (four color CMYK) of #c87ebc color hex is 0.00, 0.37, 0.06, 0.22. Web safe color of #c87ebc is #cc66cc. Color #c87ebc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01111110 10111100
Octal 310 176 274
Decimal 200 126 188
Hex C8 7E BC

RGB Percentages of Color #c87ebc

%38.91
%24.51
%36.58

CMYK Percentages of Color #c87ebc

%0
%37
%6
%22

Triadic Colors of #c87ebc

#c87ebc #bcc87e #7ebcc8

Analogous Colors of #c87ebc

#c87ebc #c87e97 #af7ec8

Monochromatic Colors of #c87ebc

#c87ebc

Complementary Color

#c87ebc #7ec88a

#c87ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c87ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c87ebc Color CSS Codes

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

#c87ebc Text Font Color

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

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


#c87ebc Background Color

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

This div background color is #c87ebc


#c87ebc Border Color

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

This div border color is #c87ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c87ebc


Comments

No comments written yet.

Please login to write comment.