Color Hex Logo

#c860dd Color Hex

#C860DD
(200,96,221)
0 Favorites   0 Comments

Color spaces of #c860dd

RGB 20096221
HSL0.810.650.62
HSV290°57°87°
CMYK 0.100.570.00   0.13
XYZ41.053425.865671.2354
Yxy25.86560.29720.1872
Hunter Lab50.858255.0855-47.4447
CIE-Lab57.909359.3807-46.1938

#c860dd color RGB value is (200,96,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01100000 11011101
Octal 310 140 335
Decimal 200 96 221
Hex C8 60 DD

RGB Percentages of Color #c860dd

%38.68
%18.57
%42.75

CMYK Percentages of Color #c860dd

%10
%57
%0
%13

Triadic Colors of #c860dd

#c860dd #ddc860 #60ddc8

Analogous Colors of #c860dd

#c860dd #dd60b4 #8a60dd

Monochromatic Colors of #c860dd

#c860dd

Complementary Color

#c860dd #75dd60

#c860dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c860dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c860dd Color CSS Codes

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

#c860dd Text Font Color

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

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


#c860dd Background Color

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

This div background color is #c860dd


#c860dd Border Color

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

This div border color is #c860dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c860dd


Comments

No comments written yet.

Please login to write comment.