Color Hex Logo

#c86eda Color Hex

#C86EDA
(200,110,218)
0 Favorites   0 Comments

Color spaces of #c86eda

RGB 200110218
HSL0.810.590.64
HSV290°50°85°
CMYK 0.080.500.00   0.15
XYZ42.050228.493269.6131
Yxy28.49320.30000.2033
Hunter Lab53.379047.2030-39.9565
CIE-Lab60.331751.9736-40.6890

#c86eda color RGB value is (200,110,218).

#c86eda hex color red value is 200, green value is 110 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c86eda hue: 0.81 , saturation: 0.59 and the lightness value of c86eda is 0.64.

The process color (four color CMYK) of #c86eda color hex is 0.08, 0.50, 0.00, 0.15. Web safe color of #c86eda is #cc66cc. Color #c86eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01101110 11011010
Octal 310 156 332
Decimal 200 110 218
Hex C8 6E DA

RGB Percentages of Color #c86eda

%37.88
%20.83
%41.29

CMYK Percentages of Color #c86eda

%8
%50
%0
%15

Triadic Colors of #c86eda

#c86eda #dac86e #6edac8

Analogous Colors of #c86eda

#c86eda #da6eb6 #926eda

Monochromatic Colors of #c86eda

#c86eda

Complementary Color

#c86eda #80da6e

#c86eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c86eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c86eda Color CSS Codes

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

#c86eda Text Font Color

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

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


#c86eda Background Color

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

This div background color is #c86eda


#c86eda Border Color

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

This div border color is #c86eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c86eda


Comments

No comments written yet.

Please login to write comment.