Color Hex Logo

#a049bb Color Hex

#A049BB
(160,73,187)
0 Favorites   0 Comments

Color spaces of #a049bb

RGB 16073187
HSL0.790.460.51
HSV286°61°73°
CMYK 0.140.610.00   0.27
XYZ25.849415.826548.7061
Yxy15.82650.28600.1751
Hunter Lab39.782546.3641-44.7415
CIE-Lab46.746053.4900-44.7748

#a049bb color RGB value is (160,73,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01001001 10111011
Octal 240 111 273
Decimal 160 73 187
Hex A0 49 BB

RGB Percentages of Color #a049bb

%38.10
%17.38
%44.52

CMYK Percentages of Color #a049bb

%14
%61
%0
%27

Triadic Colors of #a049bb

#a049bb #bba049 #49bba0

Analogous Colors of #a049bb

#a049bb #bb499d #6749bb

Monochromatic Colors of #a049bb

#a049bb

Complementary Color

#a049bb #64bb49

#a049bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a049bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a049bb Color CSS Codes

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

#a049bb Text Font Color

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

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


#a049bb Background Color

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

This div background color is #a049bb


#a049bb Border Color

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

This div border color is #a049bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a049bb


Comments

No comments written yet.

Please login to write comment.