Color Hex Logo

#c86bdd Color Hex

#C86BDD
(200,107,221)
0 Favorites   0 Comments

Color spaces of #c86bdd

RGB 200107221
HSL0.800.630.64
HSV289°52°87°
CMYK 0.100.520.00   0.13
XYZ42.128328.015271.5937
Yxy28.01520.29720.1977
Hunter Lab52.929449.4478-43.1467
CIE-Lab59.902554.0596-43.0478

#c86bdd color RGB value is (200,107,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01101011 11011101
Octal 310 153 335
Decimal 200 107 221
Hex C8 6B DD

RGB Percentages of Color #c86bdd

%37.88
%20.27
%41.86

CMYK Percentages of Color #c86bdd

%10
%52
%0
%13

Triadic Colors of #c86bdd

#c86bdd #ddc86b #6bddc8

Analogous Colors of #c86bdd

#c86bdd #dd6bb9 #8f6bdd

Monochromatic Colors of #c86bdd

#c86bdd

Complementary Color

#c86bdd #80dd6b

#c86bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c86bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c86bdd Color CSS Codes

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

#c86bdd Text Font Color

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

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


#c86bdd Background Color

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

This div background color is #c86bdd


#c86bdd Border Color

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

This div border color is #c86bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c86bdd


Comments

No comments written yet.

Please login to write comment.