Color Hex Logo

#c193ac Color Hex

#C193AC
(193,147,172)
0 Favorites   0 Comments

Color spaces of #c193ac

RGB 193147172
HSL0.910.270.67
HSV327°24°76°
CMYK 0.000.240.11   0.24
XYZ39.872435.183543.7193
Yxy35.18350.33570.2962
Hunter Lab59.315716.1865-2.1794
CIE-Lab65.891321.3159-6.3565

#c193ac color RGB value is (193,147,172).

#c193ac hex color red value is 193, green value is 147 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c193ac hue: 0.91 , saturation: 0.27 and the lightness value of c193ac is 0.67.

The process color (four color CMYK) of #c193ac color hex is 0.00, 0.24, 0.11, 0.24. Web safe color of #c193ac is #cc9999. Color #c193ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10010011 10101100
Octal 301 223 254
Decimal 193 147 172
Hex C1 93 AC

RGB Percentages of Color #c193ac

%37.70
%28.71
%33.59

CMYK Percentages of Color #c193ac

%0
%24
%11
%24

Triadic Colors of #c193ac

#c193ac #acc193 #93acc1

Analogous Colors of #c193ac

#c193ac #c19395 #bf93c1

Monochromatic Colors of #c193ac

#c193ac

Complementary Color

#c193ac #93c1a8

#c193ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c193ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c193ac Color CSS Codes

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

#c193ac Text Font Color

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

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


#c193ac Background Color

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

This div background color is #c193ac


#c193ac Border Color

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

This div border color is #c193ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c193ac


Comments

No comments written yet.

Please login to write comment.