Color Hex Logo

#c188aa Color Hex

#C188AA
(193,136,170)
0 Favorites   0 Comments

Color spaces of #c188aa

RGB 193136170
HSL0.900.310.65
HSV324°30°76°
CMYK 0.000.300.12   0.24
XYZ38.052231.848142.1719
Yxy31.84810.33950.2842
Hunter Lab56.434121.5986-4.8021
CIE-Lab63.217127.0578-9.2054

#c188aa color RGB value is (193,136,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10001000 10101010
Octal 301 210 252
Decimal 193 136 170
Hex C1 88 AA

RGB Percentages of Color #c188aa

%38.68
%27.25
%34.07

CMYK Percentages of Color #c188aa

%0
%30
%12
%24

Triadic Colors of #c188aa

#c188aa #aac188 #88aac1

Analogous Colors of #c188aa

#c188aa #c1888e #bc88c1

Monochromatic Colors of #c188aa

#c188aa

Complementary Color

#c188aa #88c19f

#c188aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c188aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c188aa Color CSS Codes

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

#c188aa Text Font Color

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

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


#c188aa Background Color

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

This div background color is #c188aa


#c188aa Border Color

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

This div border color is #c188aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,136,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c188aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c188aa


Comments

No comments written yet.

Please login to write comment.