Color Hex Logo

#a149bb Color Hex

#A149BB
(161,73,187)
0 Favorites   0 Comments

Color spaces of #a149bb

RGB 16173187
HSL0.800.460.51
HSV286°61°73°
CMYK 0.140.610.00   0.27
XYZ26.050115.930048.7155
Yxy15.93000.28720.1756
Hunter Lab39.912446.6570-44.4283
CIE-Lab46.882553.7380-44.5493

#a149bb color RGB value is (161,73,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01001001 10111011
Octal 241 111 273
Decimal 161 73 187
Hex A1 49 BB

RGB Percentages of Color #a149bb

%38.24
%17.34
%44.42

CMYK Percentages of Color #a149bb

%14
%61
%0
%27

Triadic Colors of #a149bb

#a149bb #bba149 #49bba1

Analogous Colors of #a149bb

#a149bb #bb499c #6849bb

Monochromatic Colors of #a149bb

#a149bb

Complementary Color

#a149bb #63bb49

#a149bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a149bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a149bb Color CSS Codes

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

#a149bb Text Font Color

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

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


#a149bb Background Color

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

This div background color is #a149bb


#a149bb Border Color

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

This div border color is #a149bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a149bb


Comments

No comments written yet.

Please login to write comment.