Color Hex Logo

#c189ac Color Hex

#C189AC
(193,137,172)
0 Favorites   0 Comments

Color spaces of #c189ac

RGB 193137172
HSL0.900.310.65
HSV323°29°76°
CMYK 0.000.290.11   0.24
XYZ38.384432.207343.2233
Yxy32.20730.33730.2830
Hunter Lab56.751521.4151-5.4307
CIE-Lab63.513826.8482-9.8954

#c189ac color RGB value is (193,137,172).

#c189ac hex color red value is 193, green value is 137 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c189ac hue: 0.90 , saturation: 0.31 and the lightness value of c189ac is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10001001 10101100
Octal 301 211 254
Decimal 193 137 172
Hex C1 89 AC

RGB Percentages of Color #c189ac

%38.45
%27.29
%34.26

CMYK Percentages of Color #c189ac

%0
%29
%11
%24

Triadic Colors of #c189ac

#c189ac #acc189 #89acc1

Analogous Colors of #c189ac

#c189ac #c18990 #ba89c1

Monochromatic Colors of #c189ac

#c189ac

Complementary Color

#c189ac #89c19e

#c189ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c189ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c189ac Color CSS Codes

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

#c189ac Text Font Color

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

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


#c189ac Background Color

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

This div background color is #c189ac


#c189ac Border Color

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

This div border color is #c189ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c189ac


Comments

No comments written yet.

Please login to write comment.