Color Hex Logo

#c187aa Color Hex

#C187AA
(193,135,170)
0 Favorites   0 Comments

Color spaces of #c187aa

RGB 193135170
HSL0.900.320.64
HSV324°30°76°
CMYK 0.000.300.12   0.24
XYZ37.912031.567742.1252
Yxy31.56770.33970.2829
Hunter Lab56.185122.1223-5.1235
CIE-Lab62.984027.6097-9.5535

#c187aa color RGB value is (193,135,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10000111 10101010
Octal 301 207 252
Decimal 193 135 170
Hex C1 87 AA

RGB Percentages of Color #c187aa

%38.76
%27.11
%34.14

CMYK Percentages of Color #c187aa

%0
%30
%12
%24

Triadic Colors of #c187aa

#c187aa #aac187 #87aac1

Analogous Colors of #c187aa

#c187aa #c1878d #bb87c1

Monochromatic Colors of #c187aa

#c187aa

Complementary Color

#c187aa #87c19e

#c187aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c187aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c187aa Color CSS Codes

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

#c187aa Text Font Color

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

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


#c187aa Background Color

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

This div background color is #c187aa


#c187aa Border Color

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

This div border color is #c187aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c187aa


Comments

No comments written yet.

Please login to write comment.