Color Hex Logo

#c860db Color Hex

#C860DB
(200,96,219)
0 Favorites   0 Comments

Color spaces of #c860db

RGB 20096219
HSL0.810.630.62
HSV291°56°86°
CMYK 0.090.560.00   0.14
XYZ40.788525.759669.8401
Yxy25.75960.29910.1889
Hunter Lab50.753954.6326-46.0585
CIE-Lab57.808259.0018-45.2270

#c860db color RGB value is (200,96,219).

#c860db hex color red value is 200, green value is 96 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c860db hue: 0.81 , saturation: 0.63 and the lightness value of c860db is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01100000 11011011
Octal 310 140 333
Decimal 200 96 219
Hex C8 60 DB

RGB Percentages of Color #c860db

%38.83
%18.64
%42.52

CMYK Percentages of Color #c860db

%9
%56
%0
%14

Triadic Colors of #c860db

#c860db #dbc860 #60dbc8

Analogous Colors of #c860db

#c860db #db60b1 #8b60db

Monochromatic Colors of #c860db

#c860db

Complementary Color

#c860db #73db60

#c860db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c860db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c860db Color CSS Codes

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

#c860db Text Font Color

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

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


#c860db Background Color

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

This div background color is #c860db


#c860db Border Color

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

This div border color is #c860db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c860db


Comments

No comments written yet.

Please login to write comment.