Color Hex Logo

#c59daf Color Hex

#C59DAF
(197,157,175)
0 Favorites   0 Comments

Color spaces of #c59daf

RGB 197157175
HSL0.930.260.69
HSV333°20°77°
CMYK 0.000.200.11   0.23
XYZ42.820839.079445.8436
Yxy39.07940.33520.3059
Hunter Lab62.513512.87110.2798
CIE-Lab68.808717.7480-3.6785

#c59daf color RGB value is (197,157,175).

#c59daf hex color red value is 197, green value is 157 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c59daf hue: 0.93 , saturation: 0.26 and the lightness value of c59daf is 0.69.

The process color (four color CMYK) of #c59daf color hex is 0.00, 0.20, 0.11, 0.23. Web safe color of #c59daf is #cc9999. Color #c59daf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10011101 10101111
Octal 305 235 257
Decimal 197 157 175
Hex C5 9D AF

RGB Percentages of Color #c59daf

%37.24
%29.68
%33.08

CMYK Percentages of Color #c59daf

%0
%20
%11
%23

Triadic Colors of #c59daf

#c59daf #afc59d #9dafc5

Analogous Colors of #c59daf

#c59daf #c59f9d #c59dc3

Monochromatic Colors of #c59daf

#c59daf

Complementary Color

#c59daf #9dc5b3

#c59daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c59daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c59daf Color CSS Codes

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

#c59daf Text Font Color

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

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


#c59daf Background Color

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

This div background color is #c59daf


#c59daf Border Color

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

This div border color is #c59daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c59daf


Comments

No comments written yet.

Please login to write comment.