Color Hex Logo

#c59fae Color Hex

#C59FAE
(197,159,174)
0 Favorites   0 Comments

Color spaces of #c59fae

RGB 197159174
HSL0.930.250.70
HSV336°19°77°
CMYK 0.000.190.12   0.23
XYZ43.064139.722645.4419
Yxy39.72260.33580.3098
Hunter Lab63.025911.66961.3698
CIE-Lab69.271516.4780-2.4415

#c59fae color RGB value is (197,159,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10011111 10101110
Octal 305 237 256
Decimal 197 159 174
Hex C5 9F AE

RGB Percentages of Color #c59fae

%37.17
%30.00
%32.83

CMYK Percentages of Color #c59fae

%0
%19
%12
%23

Triadic Colors of #c59fae

#c59fae #aec59f #9faec5

Analogous Colors of #c59fae

#c59fae #c5a39f #c59fc1

Monochromatic Colors of #c59fae

#c59fae

Complementary Color

#c59fae #9fc5b6

#c59fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c59fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c59fae Color CSS Codes

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

#c59fae Text Font Color

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

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


#c59fae Background Color

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

This div background color is #c59fae


#c59fae Border Color

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

This div border color is #c59fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c59fae


Comments

No comments written yet.

Please login to write comment.