Color Hex Logo

#c86afc Color Hex

#C86AFC
(200,106,252)
0 Favorites   0 Comments

Color spaces of #c86afc

RGB 200106252
HSL0.770.960.70
HSV279°58°99°
CMYK 0.210.580.00   0.01
XYZ46.544129.615795.3587
Yxy29.61570.27140.1727
Hunter Lab54.420357.4303-65.7975
CIE-Lab61.321260.8240-58.0383

#c86afc color RGB value is (200,106,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01101010 11111100
Octal 310 152 374
Decimal 200 106 252
Hex C8 6A FC

RGB Percentages of Color #c86afc

%35.84
%19.00
%45.16

CMYK Percentages of Color #c86afc

%21
%58
%0
%1

Triadic Colors of #c86afc

#c86afc #fcc86a #6afcc8

Analogous Colors of #c86afc

#c86afc #fc6ae7 #7f6afc

Monochromatic Colors of #c86afc

#c86afc

Complementary Color

#c86afc #9efc6a

#c86afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c86afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c86afc Color CSS Codes

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

#c86afc Text Font Color

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

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


#c86afc Background Color

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

This div background color is #c86afc


#c86afc Border Color

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

This div border color is #c86afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c86afc


Comments

No comments written yet.

Please login to write comment.