Color Hex Logo

#c86edc Color Hex

#C86EDC
(200,110,220)
0 Favorites   0 Comments

Color spaces of #c86edc

RGB 200110220
HSL0.800.610.65
HSV289°50°86°
CMYK 0.090.500.00   0.14
XYZ42.313628.598571.0000
Yxy28.59850.29820.2015
Hunter Lab53.477647.6506-41.2826
CIE-Lab60.425652.3627-41.6637

#c86edc color RGB value is (200,110,220).

#c86edc hex color red value is 200, green value is 110 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c86edc hue: 0.80 , saturation: 0.61 and the lightness value of c86edc is 0.65.

The process color (four color CMYK) of #c86edc color hex is 0.09, 0.50, 0.00, 0.14. Web safe color of #c86edc is #cc66cc. Color #c86edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01101110 11011100
Octal 310 156 334
Decimal 200 110 220
Hex C8 6E DC

RGB Percentages of Color #c86edc

%37.74
%20.75
%41.51

CMYK Percentages of Color #c86edc

%9
%50
%0
%14

Triadic Colors of #c86edc

#c86edc #dcc86e #6edcc8

Analogous Colors of #c86edc

#c86edc #dc6eb9 #916edc

Monochromatic Colors of #c86edc

#c86edc

Complementary Color

#c86edc #82dc6e

#c86edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c86edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c86edc Color CSS Codes

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

#c86edc Text Font Color

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

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


#c86edc Background Color

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

This div background color is #c86edc


#c86edc Border Color

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

This div border color is #c86edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c86edc


Comments

No comments written yet.

Please login to write comment.