Color Hex Logo

#c993ac Color Hex

#C993AC
(201,147,172)
0 Favorites   0 Comments

Color spaces of #c993ac

RGB 201147172
HSL0.920.330.68
HSV332°27°79°
CMYK 0.000.270.14   0.21
XYZ41.967536.263543.8174
Yxy36.26350.34390.2971
Hunter Lab60.219219.0153-0.9879
CIE-Lab66.720824.1847-5.0366

#c993ac color RGB value is (201,147,172).

#c993ac hex color red value is 201, green value is 147 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c993ac hue: 0.92 , saturation: 0.33 and the lightness value of c993ac is 0.68.

The process color (four color CMYK) of #c993ac color hex is 0.00, 0.27, 0.14, 0.21. Web safe color of #c993ac is #cc9999. Color #c993ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10010011 10101100
Octal 311 223 254
Decimal 201 147 172
Hex C9 93 AC

RGB Percentages of Color #c993ac

%38.65
%28.27
%33.08

CMYK Percentages of Color #c993ac

%0
%27
%14
%21

Triadic Colors of #c993ac

#c993ac #acc993 #93acc9

Analogous Colors of #c993ac

#c993ac #c99593 #c993c7

Monochromatic Colors of #c993ac

#c993ac

Complementary Color

#c993ac #93c9b0

#c993ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c993ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c993ac Color CSS Codes

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

#c993ac Text Font Color

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

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


#c993ac Background Color

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

This div background color is #c993ac


#c993ac Border Color

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

This div border color is #c993ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c993ac


Comments

No comments written yet.

Please login to write comment.