Color Hex Logo

#c956ac Color Hex

#C956AC
(201,86,172)
0 Favorites   0 Comments

Color spaces of #c956ac

RGB 20186172
HSL0.880.520.56
HSV315°57°79°
CMYK 0.000.570.14   0.21
XYZ34.861622.051641.4487
Yxy22.05160.35440.2242
Hunter Lab46.959150.3367-19.4612
CIE-Lab54.081755.8330-24.1179

#c956ac color RGB value is (201,86,172).

#c956ac hex color red value is 201, green value is 86 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c956ac hue: 0.88 , saturation: 0.52 and the lightness value of c956ac is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01010110 10101100
Octal 311 126 254
Decimal 201 86 172
Hex C9 56 AC

RGB Percentages of Color #c956ac

%43.79
%18.74
%37.47

CMYK Percentages of Color #c956ac

%0
%57
%14
%21

Triadic Colors of #c956ac

#c956ac #acc956 #56acc9

Analogous Colors of #c956ac

#c956ac #c95673 #ad56c9

Monochromatic Colors of #c956ac

#c956ac

Complementary Color

#c956ac #56c973

#c956ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c956ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c956ac Color CSS Codes

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

#c956ac Text Font Color

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

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


#c956ac Background Color

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

This div background color is #c956ac


#c956ac Border Color

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

This div border color is #c956ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c956ac


Comments

No comments written yet.

Please login to write comment.