Color Hex Logo

#c97baf Color Hex

#C97BAF
(201,123,175)
0 Favorites   0 Comments

Color spaces of #c97baf

RGB 201123175
HSL0.890.420.64
HSV320°39°79°
CMYK 0.000.390.13   0.21
XYZ38.908229.678644.2353
Yxy29.67860.34490.2631
Hunter Lab54.478132.1480-10.0079
CIE-Lab61.375937.7369-14.7198

#c97baf color RGB value is (201,123,175).

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

The process color (four color CMYK) of #c97baf color hex is 0.00, 0.39, 0.13, 0.21. Web safe color of #c97baf is #cc6699. Color #c97baf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01111011 10101111
Octal 311 173 257
Decimal 201 123 175
Hex C9 7B AF

RGB Percentages of Color #c97baf

%40.28
%24.65
%35.07

CMYK Percentages of Color #c97baf

%0
%39
%13
%21

Triadic Colors of #c97baf

#c97baf #afc97b #7bafc9

Analogous Colors of #c97baf

#c97baf #c97b88 #bc7bc9

Monochromatic Colors of #c97baf

#c97baf

Complementary Color

#c97baf #7bc995

#c97baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c97baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c97baf Color CSS Codes

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

#c97baf Text Font Color

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

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


#c97baf Background Color

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

This div background color is #c97baf


#c97baf Border Color

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

This div border color is #c97baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c97baf


Comments

No comments written yet.

Please login to write comment.