Color Hex Logo

#a90bb7 Color Hex

#A90BB7
(169,11,183)
0 Favorites   0 Comments

Color spaces of #a90bb7

RGB 16911183
HSL0.820.890.38
HSV295°94°72°
CMYK 0.080.940.00   0.28
XYZ25.029112.093345.8148
Yxy12.09330.30180.1458
Hunter Lab34.775467.6158-53.7687
CIE-Lab41.364073.2247-50.9655

#a90bb7 color RGB value is (169,11,183).

#a90bb7 hex color red value is 169, green value is 11 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #a90bb7 hue: 0.82 , saturation: 0.89 and the lightness value of a90bb7 is 0.38.

The process color (four color CMYK) of #a90bb7 color hex is 0.08, 0.94, 0.00, 0.28. Web safe color of #a90bb7 is #9900cc. Color #a90bb7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00001011 10110111
Octal 251 13 267
Decimal 169 11 183
Hex A9 B B7

RGB Percentages of Color #a90bb7

%46.56
%3.03
%50.41

CMYK Percentages of Color #a90bb7

%8
%94
%0
%28

Triadic Colors of #a90bb7

#a90bb7 #b7a90b #0bb7a9

Analogous Colors of #a90bb7

#a90bb7 #b70b6f #530bb7

Monochromatic Colors of #a90bb7

#a90bb7

Complementary Color

#a90bb7 #19b70b

#a90bb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a90bb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a90bb7 Color CSS Codes

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

#a90bb7 Text Font Color

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

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


#a90bb7 Background Color

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

This div background color is #a90bb7


#a90bb7 Border Color

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

This div border color is #a90bb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a90bb7


Comments

No comments written yet.

Please login to write comment.