Color Hex Logo

#c089aa Color Hex

#C089AA
(192,137,170)
0 Favorites   0 Comments

Color spaces of #c089aa

RGB 192137170
HSL0.900.300.65
HSV324°29°75°
CMYK 0.000.290.11   0.25
XYZ37.939632.000142.2072
Yxy32.00010.33830.2853
Hunter Lab56.568620.7218-4.6396
CIE-Lab63.343026.1516-9.0291

#c089aa color RGB value is (192,137,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001001 10101010
Octal 300 211 252
Decimal 192 137 170
Hex C0 89 AA

RGB Percentages of Color #c089aa

%38.48
%27.45
%34.07

CMYK Percentages of Color #c089aa

%0
%29
%11
%25

Triadic Colors of #c089aa

#c089aa #aac089 #89aac0

Analogous Colors of #c089aa

#c089aa #c0898f #bb89c0

Monochromatic Colors of #c089aa

#c089aa

Complementary Color

#c089aa #89c09f

#c089aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c089aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c089aa Color CSS Codes

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

#c089aa Text Font Color

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

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


#c089aa Background Color

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

This div background color is #c089aa


#c089aa Border Color

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

This div border color is #c089aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c089aa


Comments

No comments written yet.

Please login to write comment.