Color Hex Logo

#c97d8a Color Hex

#C97D8A
(201,125,138)
0 Favorites   0 Comments

Color spaces of #c97d8a

RGB 201125138
HSL0.970.410.64
HSV350°38°79°
CMYK 0.000.380.31   0.21
XYZ36.008528.919727.7290
Yxy28.91970.38860.3121
Hunter Lab53.777025.41187.0723
CIE-Lab60.710731.14245.4884

#c97d8a color RGB value is (201,125,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01111101 10001010
Octal 311 175 212
Decimal 201 125 138
Hex C9 7D 8A

RGB Percentages of Color #c97d8a

%43.32
%26.94
%29.74

CMYK Percentages of Color #c97d8a

%0
%38
%31
%21

Triadic Colors of #c97d8a

#c97d8a #8ac97d #7d8ac9

Analogous Colors of #c97d8a

#c97d8a #c9967d #c97db0

Monochromatic Colors of #c97d8a

#c97d8a

Complementary Color

#c97d8a #7dc9bc

#c97d8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c97d8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c97d8a Color CSS Codes

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

#c97d8a Text Font Color

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

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


#c97d8a Background Color

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

This div background color is #c97d8a


#c97d8a Border Color

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

This div border color is #c97d8a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,125,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c97d8a


Comments

No comments written yet.

Please login to write comment.