Color Hex Logo

#c56aac Color Hex

#C56AAC
(197,106,172)
0 Favorites   0 Comments

Color spaces of #c56aac

RGB 197106172
HSL0.880.440.59
HSV316°46°77°
CMYK 0.000.460.13   0.23
XYZ35.626425.156942.0078
Yxy25.15690.34660.2447
Hunter Lab50.156739.0149-14.5476
CIE-Lab57.228044.8698-19.3422

#c56aac color RGB value is (197,106,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01101010 10101100
Octal 305 152 254
Decimal 197 106 172
Hex C5 6A AC

RGB Percentages of Color #c56aac

%41.47
%22.32
%36.21

CMYK Percentages of Color #c56aac

%0
%46
%13
%23

Triadic Colors of #c56aac

#c56aac #acc56a #6aacc5

Analogous Colors of #c56aac

#c56aac #c56a7f #b16ac5

Monochromatic Colors of #c56aac

#c56aac

Complementary Color

#c56aac #6ac583

#c56aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c56aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c56aac Color CSS Codes

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

#c56aac Text Font Color

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

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


#c56aac Background Color

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

This div background color is #c56aac


#c56aac Border Color

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

This div border color is #c56aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c56aac


Comments

No comments written yet.

Please login to write comment.