Color Hex Logo

#c978ac Color Hex

#C978AC
(201,120,172)
0 Favorites   0 Comments

Color spaces of #c978ac

RGB 201120172
HSL0.890.430.63
HSV321°40°79°
CMYK 0.000.400.14   0.21
XYZ38.250328.829042.5783
Yxy28.82900.34880.2629
Hunter Lab53.692633.2001-9.4322
CIE-Lab60.630438.8459-14.1320

#c978ac color RGB value is (201,120,172).

#c978ac hex color red value is 201, green value is 120 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c978ac hue: 0.89 , saturation: 0.43 and the lightness value of c978ac is 0.63.

The process color (four color CMYK) of #c978ac color hex is 0.00, 0.40, 0.14, 0.21. Web safe color of #c978ac is #cc6699. Color #c978ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01111000 10101100
Octal 311 170 254
Decimal 201 120 172
Hex C9 78 AC

RGB Percentages of Color #c978ac

%40.77
%24.34
%34.89

CMYK Percentages of Color #c978ac

%0
%40
%14
%21

Triadic Colors of #c978ac

#c978ac #acc978 #78acc9

Analogous Colors of #c978ac

#c978ac #c97884 #be78c9

Monochromatic Colors of #c978ac

#c978ac

Complementary Color

#c978ac #78c995

#c978ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c978ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c978ac Color CSS Codes

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

#c978ac Text Font Color

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

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


#c978ac Background Color

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

This div background color is #c978ac


#c978ac Border Color

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

This div border color is #c978ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c978ac


Comments

No comments written yet.

Please login to write comment.