Color Hex Logo

#c86aea Color Hex

#C86AEA
(200,106,234)
0 Favorites   0 Comments

Color spaces of #c86aea

RGB 200106234
HSL0.790.750.67
HSV284°55°92°
CMYK 0.150.550.00   0.08
XYZ43.824728.527981.0385
Yxy28.52790.28570.1860
Hunter Lab53.411552.9909-52.5696
CIE-Lab60.362757.1257-49.5884

#c86aea color RGB value is (200,106,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01101010 11101010
Octal 310 152 352
Decimal 200 106 234
Hex C8 6A EA

RGB Percentages of Color #c86aea

%37.04
%19.63
%43.33

CMYK Percentages of Color #c86aea

%15
%55
%0
%8

Triadic Colors of #c86aea

#c86aea #eac86a #6aeac8

Analogous Colors of #c86aea

#c86aea #ea6acc #886aea

Monochromatic Colors of #c86aea

#c86aea

Complementary Color

#c86aea #8cea6a

#c86aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c86aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c86aea Color CSS Codes

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

#c86aea Text Font Color

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

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


#c86aea Background Color

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

This div background color is #c86aea


#c86aea Border Color

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

This div border color is #c86aea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,106,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 #c86aea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c86aea


Comments

No comments written yet.

Please login to write comment.