Color Hex Logo

#c86afa Color Hex

#C86AFA
(200,106,250)
0 Favorites   0 Comments

Color spaces of #c86afa

RGB 200106250
HSL0.780.940.70
HSV279°58°98°
CMYK 0.200.580.00   0.02
XYZ46.228829.489693.6980
Yxy29.48960.27290.1741
Hunter Lab54.304356.9229-64.2874
CIE-Lab61.211360.4058-57.1104

#c86afa color RGB value is (200,106,250).

#c86afa hex color red value is 200, green value is 106 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c86afa hue: 0.78 , saturation: 0.94 and the lightness value of c86afa is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01101010 11111010
Octal 310 152 372
Decimal 200 106 250
Hex C8 6A FA

RGB Percentages of Color #c86afa

%35.97
%19.06
%44.96

CMYK Percentages of Color #c86afa

%20
%58
%0
%2

Triadic Colors of #c86afa

#c86afa #fac86a #6afac8

Analogous Colors of #c86afa

#c86afa #fa6ae4 #806afa

Monochromatic Colors of #c86afa

#c86afa

Complementary Color

#c86afa #9cfa6a

#c86afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c86afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c86afa Color CSS Codes

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

#c86afa Text Font Color

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

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


#c86afa Background Color

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

This div background color is #c86afa


#c86afa Border Color

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

This div border color is #c86afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c86afa


Comments

No comments written yet.

Please login to write comment.