Color Hex Logo

#c59faf Color Hex

#C59FAF
(197,159,175)
0 Favorites   0 Comments

Color spaces of #c59faf

RGB 197159175
HSL0.930.250.70
HSV335°19°77°
CMYK 0.000.190.11   0.23
XYZ43.162039.761745.9573
Yxy39.76170.33490.3085
Hunter Lab63.056911.83250.9279
CIE-Lab69.299516.6482-2.9562

#c59faf color RGB value is (197,159,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10011111 10101111
Octal 305 237 257
Decimal 197 159 175
Hex C5 9F AF

RGB Percentages of Color #c59faf

%37.10
%29.94
%32.96

CMYK Percentages of Color #c59faf

%0
%19
%11
%23

Triadic Colors of #c59faf

#c59faf #afc59f #9fafc5

Analogous Colors of #c59faf

#c59faf #c5a29f #c59fc2

Monochromatic Colors of #c59faf

#c59faf

Complementary Color

#c59faf #9fc5b5

#c59faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c59faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c59faf Color CSS Codes

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

#c59faf Text Font Color

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

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


#c59faf Background Color

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

This div background color is #c59faf


#c59faf Border Color

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

This div border color is #c59faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c59faf


Comments

No comments written yet.

Please login to write comment.