Color Hex Logo

#c87ccb Color Hex

#C87CCB
(200,124,203)
0 Favorites   0 Comments

Color spaces of #c87ccb

RGB 200124203
HSL0.830.430.64
HSV298°39°80°
CMYK 0.010.390.00   0.20
XYZ41.806631.006560.2813
Yxy31.00650.31410.2330
Hunter Lab55.683536.5699-25.2072
CIE-Lab62.513141.8339-28.8569

#c87ccb color RGB value is (200,124,203).

#c87ccb hex color red value is 200, green value is 124 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c87ccb hue: 0.83 , saturation: 0.43 and the lightness value of c87ccb is 0.64.

The process color (four color CMYK) of #c87ccb color hex is 0.01, 0.39, 0.00, 0.20. Web safe color of #c87ccb is #cc66cc. Color #c87ccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01111100 11001011
Octal 310 174 313
Decimal 200 124 203
Hex C8 7C CB

RGB Percentages of Color #c87ccb

%37.95
%23.53
%38.52

CMYK Percentages of Color #c87ccb

%1
%39
%0
%20

Triadic Colors of #c87ccb

#c87ccb #cbc87c #7ccbc8

Analogous Colors of #c87ccb

#c87ccb #cb7ca7 #a17ccb

Monochromatic Colors of #c87ccb

#c87ccb

Complementary Color

#c87ccb #7fcb7c

#c87ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c87ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c87ccb Color CSS Codes

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

#c87ccb Text Font Color

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

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


#c87ccb Background Color

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

This div background color is #c87ccb


#c87ccb Border Color

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

This div border color is #c87ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c87ccb


Comments

No comments written yet.

Please login to write comment.