Color Hex Logo

#c880ac Color Hex

#C880AC
(200,128,172)
0 Favorites   0 Comments

Color spaces of #c880ac

RGB 200128172
HSL0.900.400.64
HSV323°36°78°
CMYK 0.000.360.14   0.22
XYZ38.985030.696342.9000
Yxy30.69630.34630.2727
Hunter Lab55.404228.6435-7.1258
CIE-Lab62.250434.2116-11.7063

#c880ac color RGB value is (200,128,172).

#c880ac hex color red value is 200, green value is 128 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c880ac hue: 0.90 , saturation: 0.40 and the lightness value of c880ac is 0.64.

The process color (four color CMYK) of #c880ac color hex is 0.00, 0.36, 0.14, 0.22. Web safe color of #c880ac is #cc9999. Color #c880ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10000000 10101100
Octal 310 200 254
Decimal 200 128 172
Hex C8 80 AC

RGB Percentages of Color #c880ac

%40.00
%25.60
%34.40

CMYK Percentages of Color #c880ac

%0
%36
%14
%22

Triadic Colors of #c880ac

#c880ac #acc880 #80acc8

Analogous Colors of #c880ac

#c880ac #c88088 #c080c8

Monochromatic Colors of #c880ac

#c880ac

Complementary Color

#c880ac #80c89c

#c880ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c880ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c880ac Color CSS Codes

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

#c880ac Text Font Color

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

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


#c880ac Background Color

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

This div background color is #c880ac


#c880ac Border Color

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

This div border color is #c880ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c880ac


Comments

No comments written yet.

Please login to write comment.