Color Hex Logo

#c56d8f Color Hex

#C56D8F
(197,109,143)
0 Favorites   0 Comments

Color spaces of #c56d8f

RGB 197109143
HSL0.940.430.60
HSV337°45°77°
CMYK 0.000.450.27   0.23
XYZ33.452524.790829.0086
Yxy24.79080.38340.2841
Hunter Lab49.790432.79510.3100
CIE-Lab56.871038.9214-3.0525

#c56d8f color RGB value is (197,109,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01101101 10001111
Octal 305 155 217
Decimal 197 109 143
Hex C5 6D 8F

RGB Percentages of Color #c56d8f

%43.88
%24.28
%31.85

CMYK Percentages of Color #c56d8f

%0
%45
%27
%23

Triadic Colors of #c56d8f

#c56d8f #8fc56d #6d8fc5

Analogous Colors of #c56d8f

#c56d8f #c5776d #c56dbb

Monochromatic Colors of #c56d8f

#c56d8f

Complementary Color

#c56d8f #6dc5a3

#c56d8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c56d8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c56d8f Color CSS Codes

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

#c56d8f Text Font Color

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

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


#c56d8f Background Color

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

This div background color is #c56d8f


#c56d8f Border Color

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

This div border color is #c56d8f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,109,143, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c56d8f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c56d8f


Comments

No comments written yet.

Please login to write comment.