Color Hex Logo

#a990ba Color Hex

#A990BA
(169,144,186)
0 Favorites   0 Comments

Color spaces of #a990ba

RGB 169144186
HSL0.770.230.65
HSV276°23°73°
CMYK 0.090.230.00   0.27
XYZ35.198431.926750.7617
Yxy31.92670.29860.2708
Hunter Lab56.503712.3132-13.7122
CIE-Lab63.282317.3243-18.3863

#a990ba color RGB value is (169,144,186).

#a990ba hex color red value is 169, green value is 144 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a990ba hue: 0.77 , saturation: 0.23 and the lightness value of a990ba is 0.65.

The process color (four color CMYK) of #a990ba color hex is 0.09, 0.23, 0.00, 0.27. Web safe color of #a990ba is #9999cc. Color #a990ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10010000 10111010
Octal 251 220 272
Decimal 169 144 186
Hex A9 90 BA

RGB Percentages of Color #a990ba

%33.87
%28.86
%37.27

CMYK Percentages of Color #a990ba

%9
%23
%0
%27

Triadic Colors of #a990ba

#a990ba #baa990 #90baa9

Analogous Colors of #a990ba

#a990ba #ba90b6 #9490ba

Monochromatic Colors of #a990ba

#a990ba

Complementary Color

#a990ba #a1ba90

#a990ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a990ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a990ba Color CSS Codes

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

#a990ba Text Font Color

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

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


#a990ba Background Color

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

This div background color is #a990ba


#a990ba Border Color

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

This div border color is #a990ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,144,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a990ba


Comments

No comments written yet.

Please login to write comment.