Color Hex Logo

#c090aa Color Hex

#C090AA
(192,144,170)
0 Favorites   0 Comments

Color spaces of #c090aa

RGB 192144170
HSL0.910.280.66
HSV328°25°75°
CMYK 0.000.250.11   0.25
XYZ38.967234.055342.5497
Yxy34.05530.33720.2947
Hunter Lab58.356917.0668-2.3802
CIE-Lab65.006422.2757-6.5544

#c090aa color RGB value is (192,144,170).

#c090aa hex color red value is 192, green value is 144 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c090aa hue: 0.91 , saturation: 0.28 and the lightness value of c090aa is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010000 10101010
Octal 300 220 252
Decimal 192 144 170
Hex C0 90 AA

RGB Percentages of Color #c090aa

%37.94
%28.46
%33.60

CMYK Percentages of Color #c090aa

%0
%25
%11
%25

Triadic Colors of #c090aa

#c090aa #aac090 #90aac0

Analogous Colors of #c090aa

#c090aa #c09092 #be90c0

Monochromatic Colors of #c090aa

#c090aa

Complementary Color

#c090aa #90c0a6

#c090aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c090aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c090aa Color CSS Codes

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

#c090aa Text Font Color

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

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


#c090aa Background Color

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

This div background color is #c090aa


#c090aa Border Color

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

This div border color is #c090aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c090aa


Comments

No comments written yet.

Please login to write comment.