Color Hex Logo

#c756ac Color Hex

#C756AC
(199,86,172)
0 Favorites   0 Comments

Color spaces of #c756ac

RGB 19986172
HSL0.870.500.56
HSV314°57°78°
CMYK 0.000.570.14   0.22
XYZ34.327421.776241.4237
Yxy21.77620.35200.2233
Hunter Lab46.665049.6434-19.9652
CIE-Lab53.788755.2582-24.5939

#c756ac color RGB value is (199,86,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01010110 10101100
Octal 307 126 254
Decimal 199 86 172
Hex C7 56 AC

RGB Percentages of Color #c756ac

%43.54
%18.82
%37.64

CMYK Percentages of Color #c756ac

%0
%57
%14
%22

Triadic Colors of #c756ac

#c756ac #acc756 #56acc7

Analogous Colors of #c756ac

#c756ac #c75674 #aa56c7

Monochromatic Colors of #c756ac

#c756ac

Complementary Color

#c756ac #56c771

#c756ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c756ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c756ac Color CSS Codes

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

#c756ac Text Font Color

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

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


#c756ac Background Color

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

This div background color is #c756ac


#c756ac Border Color

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

This div border color is #c756ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c756ac


Comments

No comments written yet.

Please login to write comment.