Color Hex Logo

#c86cfb Color Hex

#C86CFB
(200,108,251)
0 Favorites   0 Comments

Color spaces of #c86cfb

RGB 200108251
HSL0.770.950.70
HSV279°57°98°
CMYK 0.200.570.00   0.02
XYZ46.594629.969594.5957
Yxy29.96950.27220.1751
Hunter Lab54.744456.1240-64.1292
CIE-Lab61.627959.6446-56.9978

#c86cfb color RGB value is (200,108,251).

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

The process color (four color CMYK) of #c86cfb color hex is 0.20, 0.57, 0.00, 0.02. Web safe color of #c86cfb is #cc66ff. Color #c86cfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01101100 11111011
Octal 310 154 373
Decimal 200 108 251
Hex C8 6C FB

RGB Percentages of Color #c86cfb

%35.78
%19.32
%44.90

CMYK Percentages of Color #c86cfb

%20
%57
%0
%2

Triadic Colors of #c86cfb

#c86cfb #fbc86c #6cfbc8

Analogous Colors of #c86cfb

#c86cfb #fb6ce7 #816cfb

Monochromatic Colors of #c86cfb

#c86cfb

Complementary Color

#c86cfb #9ffb6c

#c86cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c86cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c86cfb Color CSS Codes

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

#c86cfb Text Font Color

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

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


#c86cfb Background Color

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

This div background color is #c86cfb


#c86cfb Border Color

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

This div border color is #c86cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c86cfb


Comments

No comments written yet.

Please login to write comment.