Color Hex Logo

#c86ccf Color Hex

#C86CCF
(200,108,207)
0 Favorites   0 Comments

Color spaces of #c86ccf

RGB 200108207
HSL0.820.510.62
HSV296°48°81°
CMYK 0.030.480.00   0.19
XYZ40.444527.509562.2097
Yxy27.50950.31070.2113
Hunter Lab52.449545.8571-33.6085
CIE-Lab59.443050.8919-35.8830

#c86ccf color RGB value is (200,108,207).

#c86ccf hex color red value is 200, green value is 108 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c86ccf hue: 0.82 , saturation: 0.51 and the lightness value of c86ccf is 0.62.

The process color (four color CMYK) of #c86ccf color hex is 0.03, 0.48, 0.00, 0.19. Web safe color of #c86ccf is #cc66cc. Color #c86ccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01101100 11001111
Octal 310 154 317
Decimal 200 108 207
Hex C8 6C CF

RGB Percentages of Color #c86ccf

%38.83
%20.97
%40.19

CMYK Percentages of Color #c86ccf

%3
%48
%0
%19

Triadic Colors of #c86ccf

#c86ccf #cfc86c #6ccfc8

Analogous Colors of #c86ccf

#c86ccf #cf6ca5 #976ccf

Monochromatic Colors of #c86ccf

#c86ccf

Complementary Color

#c86ccf #73cf6c

#c86ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c86ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c86ccf Color CSS Codes

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

#c86ccf Text Font Color

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

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


#c86ccf Background Color

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

This div background color is #c86ccf


#c86ccf Border Color

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

This div border color is #c86ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c86ccf


Comments

No comments written yet.

Please login to write comment.