Color Hex Logo

#c189aa Color Hex

#C189AA
(193,137,170)
0 Favorites   0 Comments

Color spaces of #c189aa

RGB 193137170
HSL0.900.310.65
HSV325°29°76°
CMYK 0.000.290.12   0.24
XYZ38.193732.131142.2191
Yxy32.13110.33940.2855
Hunter Lab56.684321.0752-4.4808
CIE-Lab63.451126.5056-8.8564

#c189aa color RGB value is (193,137,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10001001 10101010
Octal 301 211 252
Decimal 193 137 170
Hex C1 89 AA

RGB Percentages of Color #c189aa

%38.60
%27.40
%34.00

CMYK Percentages of Color #c189aa

%0
%29
%12
%24

Triadic Colors of #c189aa

#c189aa #aac189 #89aac1

Analogous Colors of #c189aa

#c189aa #c1898e #bc89c1

Monochromatic Colors of #c189aa

#c189aa

Complementary Color

#c189aa #89c1a0

#c189aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c189aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c189aa Color CSS Codes

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

#c189aa Text Font Color

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

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


#c189aa Background Color

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

This div background color is #c189aa


#c189aa Border Color

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

This div border color is #c189aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c189aa


Comments

No comments written yet.

Please login to write comment.