Color Hex Logo

#c87bbc Color Hex

#C87BBC
(200,123,188)
0 Favorites   0 Comments

Color spaces of #c87bbc

RGB 200123188
HSL0.860.410.63
HSV309°39°78°
CMYK 0.000.390.06   0.22
XYZ39.979530.076151.2751
Yxy30.07610.32950.2479
Hunter Lab54.841734.1533-17.0449
CIE-Lab61.719839.6311-21.6012

#c87bbc color RGB value is (200,123,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01111011 10111100
Octal 310 173 274
Decimal 200 123 188
Hex C8 7B BC

RGB Percentages of Color #c87bbc

%39.14
%24.07
%36.79

CMYK Percentages of Color #c87bbc

%0
%39
%6
%22

Triadic Colors of #c87bbc

#c87bbc #bcc87b #7bbcc8

Analogous Colors of #c87bbc

#c87bbc #c87b96 #ae7bc8

Monochromatic Colors of #c87bbc

#c87bbc

Complementary Color

#c87bbc #7bc887

#c87bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c87bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c87bbc Color CSS Codes

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

#c87bbc Text Font Color

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

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


#c87bbc Background Color

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

This div background color is #c87bbc


#c87bbc Border Color

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

This div border color is #c87bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c87bbc


Comments

No comments written yet.

Please login to write comment.