Color Hex Logo

#a949bb Color Hex

#A949BB
(169,73,187)
0 Favorites   0 Comments

Color spaces of #a949bb

RGB 16973187
HSL0.810.460.51
HSV291°61°73°
CMYK 0.100.610.00   0.27
XYZ27.714416.788048.7934
Yxy16.78800.29710.1799
Hunter Lab40.973249.0350-41.9250
CIE-Lab47.991855.7309-42.7183

#a949bb color RGB value is (169,73,187).

#a949bb hex color red value is 169, green value is 73 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a949bb hue: 0.81 , saturation: 0.46 and the lightness value of a949bb is 0.51.

The process color (four color CMYK) of #a949bb color hex is 0.10, 0.61, 0.00, 0.27. Web safe color of #a949bb is #9933cc. Color #a949bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01001001 10111011
Octal 251 111 273
Decimal 169 73 187
Hex A9 49 BB

RGB Percentages of Color #a949bb

%39.39
%17.02
%43.59

CMYK Percentages of Color #a949bb

%10
%61
%0
%27

Triadic Colors of #a949bb

#a949bb #bba949 #49bba9

Analogous Colors of #a949bb

#a949bb #bb4994 #7049bb

Monochromatic Colors of #a949bb

#a949bb

Complementary Color

#a949bb #5bbb49

#a949bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a949bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a949bb Color CSS Codes

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

#a949bb Text Font Color

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

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


#a949bb Background Color

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

This div background color is #a949bb


#a949bb Border Color

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

This div border color is #a949bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a949bb


Comments

No comments written yet.

Please login to write comment.