Color Hex Logo

#c96bac Color Hex

#C96BAC
(201,107,172)
0 Favorites   0 Comments

Color spaces of #c96bac

RGB 201107172
HSL0.880.470.60
HSV319°47°79°
CMYK 0.000.470.14   0.21
XYZ36.791525.911542.0920
Yxy25.91150.35110.2473
Hunter Lab50.903339.9339-13.3946
CIE-Lab57.953045.6328-18.1894

#c96bac color RGB value is (201,107,172).

#c96bac hex color red value is 201, green value is 107 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c96bac hue: 0.88 , saturation: 0.47 and the lightness value of c96bac is 0.60.

The process color (four color CMYK) of #c96bac color hex is 0.00, 0.47, 0.14, 0.21. Web safe color of #c96bac is #cc6699. Color #c96bac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01101011 10101100
Octal 311 153 254
Decimal 201 107 172
Hex C9 6B AC

RGB Percentages of Color #c96bac

%41.88
%22.29
%35.83

CMYK Percentages of Color #c96bac

%0
%47
%14
%21

Triadic Colors of #c96bac

#c96bac #acc96b #6bacc9

Analogous Colors of #c96bac

#c96bac #c96b7d #b76bc9

Monochromatic Colors of #c96bac

#c96bac

Complementary Color

#c96bac #6bc988

#c96bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c96bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c96bac Color CSS Codes

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

#c96bac Text Font Color

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

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


#c96bac Background Color

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

This div background color is #c96bac


#c96bac Border Color

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

This div border color is #c96bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c96bac


Comments

No comments written yet.

Please login to write comment.