Color Hex Logo

#c86cff Color Hex

#C86CFF
(200,108,255)
0 Favorites   0 Comments

Color spaces of #c86cff

RGB 200108255
HSL0.771.000.71
HSV278°58°100°
CMYK 0.220.580.00   0.00
XYZ47.232030.224597.9523
Yxy30.22450.26930.1723
Hunter Lab54.976857.1445-67.1533
CIE-Lab61.847460.4879-58.8503

#c86cff color RGB value is (200,108,255).

#c86cff hex color red value is 200, green value is 108 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c86cff hue: 0.77 , saturation: 1.00 and the lightness value of c86cff is 0.71.

The process color (four color CMYK) of #c86cff color hex is 0.22, 0.58, 0.00, 0.00. Web safe color of #c86cff is #cc66ff. Color #c86cff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01101100 11111111
Octal 310 154 377
Decimal 200 108 255
Hex C8 6C FF

RGB Percentages of Color #c86cff

%35.52
%19.18
%45.29

CMYK Percentages of Color #c86cff

%22
%58
%0
%0

Triadic Colors of #c86cff

#c86cff #ffc86c #6cffc8

Analogous Colors of #c86cff

#c86cff #ff6ced #7f6cff

Monochromatic Colors of #c86cff

#c86cff

Complementary Color

#c86cff #a3ff6c

#c86cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c86cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c86cff Color CSS Codes

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

#c86cff Text Font Color

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

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


#c86cff Background Color

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

This div background color is #c86cff


#c86cff Border Color

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

This div border color is #c86cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c86cff


Comments

No comments written yet.

Please login to write comment.