Color Hex Logo

#c57faa Color Hex

#C57FAA
(197,127,170)
0 Favorites   0 Comments

Color spaces of #c57faa

RGB 197127170
HSL0.900.380.64
HSV323°36°77°
CMYK 0.000.360.14   0.23
XYZ37.871029.951341.8154
Yxy29.95130.34540.2732
Hunter Lab54.727827.7463-6.9918
CIE-Lab61.612233.3899-11.5606

#c57faa color RGB value is (197,127,170).

#c57faa hex color red value is 197, green value is 127 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c57faa hue: 0.90 , saturation: 0.38 and the lightness value of c57faa is 0.64.

The process color (four color CMYK) of #c57faa color hex is 0.00, 0.36, 0.14, 0.23. Web safe color of #c57faa is #cc6699. Color #c57faa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01111111 10101010
Octal 305 177 252
Decimal 197 127 170
Hex C5 7F AA

RGB Percentages of Color #c57faa

%39.88
%25.71
%34.41

CMYK Percentages of Color #c57faa

%0
%36
%14
%23

Triadic Colors of #c57faa

#c57faa #aac57f #7faac5

Analogous Colors of #c57faa

#c57faa #c57f87 #bd7fc5

Monochromatic Colors of #c57faa

#c57faa

Complementary Color

#c57faa #7fc59a

#c57faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c57faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c57faa Color CSS Codes

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

#c57faa Text Font Color

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

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


#c57faa Background Color

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

This div background color is #c57faa


#c57faa Border Color

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

This div border color is #c57faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c57faa


Comments

No comments written yet.

Please login to write comment.