Color Hex Logo

#c86ecf Color Hex

#C86ECF
(200,110,207)
0 Favorites   0 Comments

Color spaces of #c86ecf

RGB 200110207
HSL0.820.500.62
HSV296°47°81°
CMYK 0.030.470.00   0.19
XYZ40.657827.936262.2808
Yxy27.93620.31070.2135
Hunter Lab52.854744.8131-32.8655
CIE-Lab59.831149.8792-35.2772

#c86ecf color RGB value is (200,110,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01101110 11001111
Octal 310 156 317
Decimal 200 110 207
Hex C8 6E CF

RGB Percentages of Color #c86ecf

%38.68
%21.28
%40.04

CMYK Percentages of Color #c86ecf

%3
%47
%0
%19

Triadic Colors of #c86ecf

#c86ecf #cfc86e #6ecfc8

Analogous Colors of #c86ecf

#c86ecf #cf6ea6 #986ecf

Monochromatic Colors of #c86ecf

#c86ecf

Complementary Color

#c86ecf #75cf6e

#c86ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c86ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c86ecf Color CSS Codes

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

#c86ecf Text Font Color

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

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


#c86ecf Background Color

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

This div background color is #c86ecf


#c86ecf Border Color

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

This div border color is #c86ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c86ecf


Comments

No comments written yet.

Please login to write comment.