Color Hex Logo

#c860bd Color Hex

#C860BD
(200,96,189)
0 Favorites   0 Comments

Color spaces of #c860bd

RGB 20096189
HSL0.850.490.58
HSV306°52°78°
CMYK 0.000.520.05   0.22
XYZ37.187624.319250.8782
Yxy24.31920.33090.2164
Hunter Lab49.314548.3048-26.6499
CIE-Lab56.406053.6038-30.3605

#c860bd color RGB value is (200,96,189).

#c860bd hex color red value is 200, green value is 96 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c860bd hue: 0.85 , saturation: 0.49 and the lightness value of c860bd is 0.58.

The process color (four color CMYK) of #c860bd color hex is 0.00, 0.52, 0.05, 0.22. Web safe color of #c860bd is #cc66cc. Color #c860bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01100000 10111101
Octal 310 140 275
Decimal 200 96 189
Hex C8 60 BD

RGB Percentages of Color #c860bd

%41.24
%19.79
%38.97

CMYK Percentages of Color #c860bd

%0
%52
%5
%22

Triadic Colors of #c860bd

#c860bd #bdc860 #60bdc8

Analogous Colors of #c860bd

#c860bd #c86089 #9f60c8

Monochromatic Colors of #c860bd

#c860bd

Complementary Color

#c860bd #60c86b

#c860bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c860bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c860bd Color CSS Codes

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

#c860bd Text Font Color

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

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


#c860bd Background Color

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

This div background color is #c860bd


#c860bd Border Color

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

This div border color is #c860bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c860bd


Comments

No comments written yet.

Please login to write comment.