Color Hex Logo

#c97faa Color Hex

#C97FAA
(201,127,170)
0 Favorites   0 Comments

Color spaces of #c97faa

RGB 201127170
HSL0.900.410.64
HSV325°37°79°
CMYK 0.000.370.15   0.21
XYZ38.932530.498541.8650
Yxy30.49850.34980.2740
Hunter Lab55.225429.1933-6.2884
CIE-Lab62.082034.7708-10.8080

#c97faa color RGB value is (201,127,170).

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

The process color (four color CMYK) of #c97faa color hex is 0.00, 0.37, 0.15, 0.21. Web safe color of #c97faa is #cc6699. Color #c97faa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01111111 10101010
Octal 311 177 252
Decimal 201 127 170
Hex C9 7F AA

RGB Percentages of Color #c97faa

%40.36
%25.50
%34.14

CMYK Percentages of Color #c97faa

%0
%37
%15
%21

Triadic Colors of #c97faa

#c97faa #aac97f #7faac9

Analogous Colors of #c97faa

#c97faa #c97f85 #c37fc9

Monochromatic Colors of #c97faa

#c97faa

Complementary Color

#c97faa #7fc99e

#c97faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c97faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c97faa Color CSS Codes

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

#c97faa Text Font Color

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

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


#c97faa Background Color

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

This div background color is #c97faa


#c97faa Border Color

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

This div border color is #c97faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c97faa


Comments

No comments written yet.

Please login to write comment.