Color Hex Logo

#c86abe Color Hex

#C86ABE
(200,106,190)
0 Favorites   0 Comments

Color spaces of #c86abe

RGB 200106190
HSL0.850.460.60
HSV306°47°78°
CMYK 0.000.470.05   0.22
XYZ38.267726.305151.7757
Yxy26.30510.32890.2261
Hunter Lab51.288543.4287-23.9513
CIE-Lab58.325548.8367-27.9582

#c86abe color RGB value is (200,106,190).

#c86abe hex color red value is 200, green value is 106 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c86abe hue: 0.85 , saturation: 0.46 and the lightness value of c86abe is 0.60.

The process color (four color CMYK) of #c86abe color hex is 0.00, 0.47, 0.05, 0.22. Web safe color of #c86abe is #cc66cc. Color #c86abe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01101010 10111110
Octal 310 152 276
Decimal 200 106 190
Hex C8 6A BE

RGB Percentages of Color #c86abe

%40.32
%21.37
%38.31

CMYK Percentages of Color #c86abe

%0
%47
%5
%22

Triadic Colors of #c86abe

#c86abe #bec86a #6abec8

Analogous Colors of #c86abe

#c86abe #c86a8f #a36ac8

Monochromatic Colors of #c86abe

#c86abe

Complementary Color

#c86abe #6ac874

#c86abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c86abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c86abe Color CSS Codes

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

#c86abe Text Font Color

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

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


#c86abe Background Color

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

This div background color is #c86abe


#c86abe Border Color

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

This div border color is #c86abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c86abe


Comments

No comments written yet.

Please login to write comment.