Color Hex Logo

#c86cdd Color Hex

#C86CDD
(200,108,221)
0 Favorites   0 Comments

Color spaces of #c86cdd

RGB 200108221
HSL0.800.620.65
HSV289°51°87°
CMYK 0.100.510.00   0.13
XYZ42.233128.224971.6286
Yxy28.22490.29720.1986
Hunter Lab53.127148.9251-42.7487
CIE-Lab60.091453.5612-42.7504

#c86cdd color RGB value is (200,108,221).

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

The process color (four color CMYK) of #c86cdd color hex is 0.10, 0.51, 0.00, 0.13. Web safe color of #c86cdd is #cc66cc. Color #c86cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01101100 11011101
Octal 310 154 335
Decimal 200 108 221
Hex C8 6C DD

RGB Percentages of Color #c86cdd

%37.81
%20.42
%41.78

CMYK Percentages of Color #c86cdd

%10
%51
%0
%13

Triadic Colors of #c86cdd

#c86cdd #ddc86c #6cddc8

Analogous Colors of #c86cdd

#c86cdd #dd6cba #906cdd

Monochromatic Colors of #c86cdd

#c86cdd

Complementary Color

#c86cdd #81dd6c

#c86cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c86cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c86cdd Color CSS Codes

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

#c86cdd Text Font Color

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

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


#c86cdd Background Color

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

This div background color is #c86cdd


#c86cdd Border Color

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

This div border color is #c86cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c86cdd


Comments

No comments written yet.

Please login to write comment.