Color Hex Logo

#c96fac Color Hex

#C96FAC
(201,111,172)
0 Favorites   0 Comments

Color spaces of #c96fac

RGB 201111172
HSL0.890.450.61
HSV319°45°79°
CMYK 0.000.450.14   0.21
XYZ37.218226.764942.2343
Yxy26.76490.35040.2520
Hunter Lab51.734837.8776-12.1877
CIE-Lab58.756143.5743-16.9687

#c96fac color RGB value is (201,111,172).

#c96fac hex color red value is 201, green value is 111 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c96fac hue: 0.89 , saturation: 0.45 and the lightness value of c96fac is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01101111 10101100
Octal 311 157 254
Decimal 201 111 172
Hex C9 6F AC

RGB Percentages of Color #c96fac

%41.53
%22.93
%35.54

CMYK Percentages of Color #c96fac

%0
%45
%14
%21

Triadic Colors of #c96fac

#c96fac #acc96f #6facc9

Analogous Colors of #c96fac

#c96fac #c96f7f #b96fc9

Monochromatic Colors of #c96fac

#c96fac

Complementary Color

#c96fac #6fc98c

#c96fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c96fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c96fac Color CSS Codes

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

#c96fac Text Font Color

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

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


#c96fac Background Color

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

This div background color is #c96fac


#c96fac Border Color

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

This div border color is #c96fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c96fac


Comments

No comments written yet.

Please login to write comment.