Color Hex Logo

#c860ac Color Hex

#C860AC
(200,96,172)
0 Favorites   0 Comments

Color spaces of #c860ac

RGB 20096172
HSL0.880.490.58
HSV316°52°78°
CMYK 0.000.520.14   0.22
XYZ35.448723.623741.7212
Yxy23.62370.35170.2344
Hunter Lab48.604245.1287-16.8708
CIE-Lab55.709050.8166-21.6291

#c860ac color RGB value is (200,96,172).

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

The process color (four color CMYK) of #c860ac color hex is 0.00, 0.52, 0.14, 0.22. Web safe color of #c860ac is #cc6699. Color #c860ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01100000 10101100
Octal 310 140 254
Decimal 200 96 172
Hex C8 60 AC

RGB Percentages of Color #c860ac

%42.74
%20.51
%36.75

CMYK Percentages of Color #c860ac

%0
%52
%14
%22

Triadic Colors of #c860ac

#c860ac #acc860 #60acc8

Analogous Colors of #c860ac

#c860ac #c86078 #b060c8

Monochromatic Colors of #c860ac

#c860ac

Complementary Color

#c860ac #60c87c

#c860ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c860ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c860ac Color CSS Codes

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

#c860ac Text Font Color

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

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


#c860ac Background Color

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

This div background color is #c860ac


#c860ac Border Color

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

This div border color is #c860ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c860ac


Comments

No comments written yet.

Please login to write comment.