Color Hex Logo

#c97caa Color Hex

#C97CAA
(201,124,170)
0 Favorites   0 Comments

Color spaces of #c97caa

RGB 201124170
HSL0.900.420.64
HSV324°38°79°
CMYK 0.000.380.15   0.21
XYZ38.550729.735141.7378
Yxy29.73510.35040.2703
Hunter Lab54.529930.7658-7.2103
CIE-Lab61.425036.3849-11.7933

#c97caa color RGB value is (201,124,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01111100 10101010
Octal 311 174 252
Decimal 201 124 170
Hex C9 7C AA

RGB Percentages of Color #c97caa

%40.61
%25.05
%34.34

CMYK Percentages of Color #c97caa

%0
%38
%15
%21

Triadic Colors of #c97caa

#c97caa #aac97c #7caac9

Analogous Colors of #c97caa

#c97caa #c97c84 #c27cc9

Monochromatic Colors of #c97caa

#c97caa

Complementary Color

#c97caa #7cc99b

#c97caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c97caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c97caa Color CSS Codes

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

#c97caa Text Font Color

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

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


#c97caa Background Color

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

This div background color is #c97caa


#c97caa Border Color

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

This div border color is #c97caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c97caa


Comments

No comments written yet.

Please login to write comment.