Color Hex Logo

#c860da Color Hex

#C860DA
(200,96,218)
0 Favorites   0 Comments

Color spaces of #c860da

RGB 20096218
HSL0.810.620.62
HSV291°56°85°
CMYK 0.080.560.00   0.15
XYZ40.657225.707169.1488
Yxy25.70710.30000.1897
Hunter Lab50.702254.4073-45.3696
CIE-Lab57.758058.8130-44.7425

#c860da color RGB value is (200,96,218).

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

The process color (four color CMYK) of #c860da color hex is 0.08, 0.56, 0.00, 0.15. Web safe color of #c860da is #cc66cc. Color #c860da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01100000 11011010
Octal 310 140 332
Decimal 200 96 218
Hex C8 60 DA

RGB Percentages of Color #c860da

%38.91
%18.68
%42.41

CMYK Percentages of Color #c860da

%8
%56
%0
%15

Triadic Colors of #c860da

#c860da #dac860 #60dac8

Analogous Colors of #c860da

#c860da #da60af #8b60da

Monochromatic Colors of #c860da

#c860da

Complementary Color

#c860da #72da60

#c860da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c860da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c860da Color CSS Codes

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

#c860da Text Font Color

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

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


#c860da Background Color

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

This div background color is #c860da


#c860da Border Color

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

This div border color is #c860da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c860da


Comments

No comments written yet.

Please login to write comment.