Color Hex Logo

#c56dac Color Hex

#C56DAC
(197,109,172)
0 Favorites   0 Comments

Color spaces of #c56dac

RGB 197109172
HSL0.880.430.60
HSV317°45°77°
CMYK 0.000.450.13   0.23
XYZ35.941025.786242.1127
Yxy25.78620.34610.2483
Hunter Lab50.780137.4730-13.6240
CIE-Lab57.833643.3176-18.4191

#c56dac color RGB value is (197,109,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01101101 10101100
Octal 305 155 254
Decimal 197 109 172
Hex C5 6D AC

RGB Percentages of Color #c56dac

%41.21
%22.80
%35.98

CMYK Percentages of Color #c56dac

%0
%45
%13
%23

Triadic Colors of #c56dac

#c56dac #acc56d #6dacc5

Analogous Colors of #c56dac

#c56dac #c56d80 #b26dc5

Monochromatic Colors of #c56dac

#c56dac

Complementary Color

#c56dac #6dc586

#c56dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c56dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c56dac Color CSS Codes

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

#c56dac Text Font Color

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

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


#c56dac Background Color

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

This div background color is #c56dac


#c56dac Border Color

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

This div border color is #c56dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c56dac


Comments

No comments written yet.

Please login to write comment.