Color Hex Logo

#c188ac Color Hex

#C188AC
(193,136,172)
0 Favorites   0 Comments

Color spaces of #c188ac

RGB 193136172
HSL0.890.310.65
HSV322°30°76°
CMYK 0.000.300.11   0.24
XYZ38.242931.924343.1761
Yxy31.92430.33740.2817
Hunter Lab56.501621.9393-5.7558
CIE-Lab63.280327.4003-10.2446

#c188ac color RGB value is (193,136,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10001000 10101100
Octal 301 210 254
Decimal 193 136 172
Hex C1 88 AC

RGB Percentages of Color #c188ac

%38.52
%27.15
%34.33

CMYK Percentages of Color #c188ac

%0
%30
%11
%24

Triadic Colors of #c188ac

#c188ac #acc188 #88acc1

Analogous Colors of #c188ac

#c188ac #c18890 #ba88c1

Monochromatic Colors of #c188ac

#c188ac

Complementary Color

#c188ac #88c19d

#c188ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c188ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c188ac Color CSS Codes

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

#c188ac Text Font Color

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

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


#c188ac Background Color

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

This div background color is #c188ac


#c188ac Border Color

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

This div border color is #c188ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c188ac


Comments

No comments written yet.

Please login to write comment.