Color Hex Logo

#c86cea Color Hex

#C86CEA
(200,108,234)
0 Favorites   0 Comments

Color spaces of #c86cea

RGB 200108234
HSL0.790.750.67
HSV284°54°92°
CMYK 0.150.540.00   0.08
XYZ44.033328.945081.1080
Yxy28.94500.28580.1878
Hunter Lab53.800651.9431-51.7233
CIE-Lab60.733156.1412-49.0017

#c86cea color RGB value is (200,108,234).

#c86cea hex color red value is 200, green value is 108 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c86cea hue: 0.79 , saturation: 0.75 and the lightness value of c86cea is 0.67.

The process color (four color CMYK) of #c86cea color hex is 0.15, 0.54, 0.00, 0.08. Web safe color of #c86cea is #cc66ff. Color #c86cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01101100 11101010
Octal 310 154 352
Decimal 200 108 234
Hex C8 6C EA

RGB Percentages of Color #c86cea

%36.90
%19.93
%43.17

CMYK Percentages of Color #c86cea

%15
%54
%0
%8

Triadic Colors of #c86cea

#c86cea #eac86c #6ceac8

Analogous Colors of #c86cea

#c86cea #ea6ccd #896cea

Monochromatic Colors of #c86cea

#c86cea

Complementary Color

#c86cea #8eea6c

#c86cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c86cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c86cea Color CSS Codes

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

#c86cea Text Font Color

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

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


#c86cea Background Color

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

This div background color is #c86cea


#c86cea Border Color

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

This div border color is #c86cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c86cea


Comments

No comments written yet.

Please login to write comment.