Color Hex Logo

#c860de Color Hex

#C860DE
(200,96,222)
0 Favorites   0 Comments

Color spaces of #c860de

RGB 20096222
HSL0.800.660.62
HSV290°57°87°
CMYK 0.100.570.00   0.13
XYZ41.187125.919071.9393
Yxy25.91900.29620.1864
Hunter Lab50.910755.3140-48.1422
CIE-Lab57.960159.5715-46.6761

#c860de color RGB value is (200,96,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01100000 11011110
Octal 310 140 336
Decimal 200 96 222
Hex C8 60 DE

RGB Percentages of Color #c860de

%38.61
%18.53
%42.86

CMYK Percentages of Color #c860de

%10
%57
%0
%13

Triadic Colors of #c860de

#c860de #dec860 #60dec8

Analogous Colors of #c860de

#c860de #de60b5 #8960de

Monochromatic Colors of #c860de

#c860de

Complementary Color

#c860de #76de60

#c860de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c860de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c860de Color CSS Codes

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

#c860de Text Font Color

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

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


#c860de Background Color

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

This div background color is #c860de


#c860de Border Color

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

This div border color is #c860de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c860de


Comments

No comments written yet.

Please login to write comment.