Color Hex Logo

#c86cbc Color Hex

#C86CBC
(200,108,188)
0 Favorites   0 Comments

Color spaces of #c86cbc

RGB 200108188
HSL0.860.460.60
HSV308°46°78°
CMYK 0.000.460.06   0.22
XYZ38.259126.635350.7016
Yxy26.63530.33100.2304
Hunter Lab51.609442.0092-22.1205
CIE-Lab58.635247.4741-26.3372

#c86cbc color RGB value is (200,108,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01101100 10111100
Octal 310 154 274
Decimal 200 108 188
Hex C8 6C BC

RGB Percentages of Color #c86cbc

%40.32
%21.77
%37.90

CMYK Percentages of Color #c86cbc

%0
%46
%6
%22

Triadic Colors of #c86cbc

#c86cbc #bcc86c #6cbcc8

Analogous Colors of #c86cbc

#c86cbc #c86c8e #a66cc8

Monochromatic Colors of #c86cbc

#c86cbc

Complementary Color

#c86cbc #6cc878

#c86cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c86cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c86cbc Color CSS Codes

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

#c86cbc Text Font Color

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

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


#c86cbc Background Color

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

This div background color is #c86cbc


#c86cbc Border Color

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

This div border color is #c86cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c86cbc


Comments

No comments written yet.

Please login to write comment.