Color Hex Logo

#c56cac Color Hex

#C56CAC
(197,108,172)
0 Favorites   0 Comments

Color spaces of #c56cac

RGB 197108172
HSL0.880.430.60
HSV317°45°77°
CMYK 0.000.450.13   0.23
XYZ35.834925.574042.0773
Yxy25.57400.34630.2471
Hunter Lab50.570737.9880-13.9326
CIE-Lab57.630543.8369-18.7285

#c56cac color RGB value is (197,108,172).

#c56cac hex color red value is 197, green value is 108 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c56cac hue: 0.88 , saturation: 0.43 and the lightness value of c56cac is 0.60.

The process color (four color CMYK) of #c56cac color hex is 0.00, 0.45, 0.13, 0.23. Web safe color of #c56cac is #cc6699. Color #c56cac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01101100 10101100
Octal 305 154 254
Decimal 197 108 172
Hex C5 6C AC

RGB Percentages of Color #c56cac

%41.30
%22.64
%36.06

CMYK Percentages of Color #c56cac

%0
%45
%13
%23

Triadic Colors of #c56cac

#c56cac #acc56c #6cacc5

Analogous Colors of #c56cac

#c56cac #c56c80 #b26cc5

Monochromatic Colors of #c56cac

#c56cac

Complementary Color

#c56cac #6cc585

#c56cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c56cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c56cac Color CSS Codes

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

#c56cac Text Font Color

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

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


#c56cac Background Color

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

This div background color is #c56cac


#c56cac Border Color

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

This div border color is #c56cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c56cac


Comments

No comments written yet.

Please login to write comment.