Color Hex Logo

#c59fad Color Hex

#C59FAD
(197,159,173)
0 Favorites   0 Comments

Color spaces of #c59fad

RGB 197159173
HSL0.940.250.70
HSV338°19°77°
CMYK 0.000.190.12   0.23
XYZ42.966939.683744.9303
Yxy39.68370.33680.3110
Hunter Lab62.995011.50801.8087
CIE-Lab69.243716.3088-1.9265

#c59fad color RGB value is (197,159,173).

#c59fad hex color red value is 197, green value is 159 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c59fad hue: 0.94 , saturation: 0.25 and the lightness value of c59fad is 0.70.

The process color (four color CMYK) of #c59fad color hex is 0.00, 0.19, 0.12, 0.23. Web safe color of #c59fad is #cc9999. Color #c59fad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10011111 10101101
Octal 305 237 255
Decimal 197 159 173
Hex C5 9F AD

RGB Percentages of Color #c59fad

%37.24
%30.06
%32.70

CMYK Percentages of Color #c59fad

%0
%19
%12
%23

Triadic Colors of #c59fad

#c59fad #adc59f #9fadc5

Analogous Colors of #c59fad

#c59fad #c5a49f #c59fc0

Monochromatic Colors of #c59fad

#c59fad

Complementary Color

#c59fad #9fc5b7

#c59fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c59fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c59fad Color CSS Codes

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

#c59fad Text Font Color

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

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


#c59fad Background Color

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

This div background color is #c59fad


#c59fad Border Color

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

This div border color is #c59fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c59fad


Comments

No comments written yet.

Please login to write comment.