Color Hex Logo

#a029bb Color Hex

#A029BB
(160,41,187)
0 Favorites   0 Comments

Color spaces of #a029bb

RGB 16041187
HSL0.800.640.45
HSV289°78°73°
CMYK 0.140.780.00   0.27
XYZ24.259812.647348.1763
Yxy12.64730.28510.1486
Hunter Lab35.563059.5308-55.4244
CIE-Lab42.226966.1876-52.0097

#a029bb color RGB value is (160,41,187).

#a029bb hex color red value is 160, green value is 41 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a029bb hue: 0.80 , saturation: 0.64 and the lightness value of a029bb is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00101001 10111011
Octal 240 51 273
Decimal 160 41 187
Hex A0 29 BB

RGB Percentages of Color #a029bb

%41.24
%10.57
%48.20

CMYK Percentages of Color #a029bb

%14
%78
%0
%27

Triadic Colors of #a029bb

#a029bb #bba029 #29bba0

Analogous Colors of #a029bb

#a029bb #bb298d #5729bb

Monochromatic Colors of #a029bb

#a029bb

Complementary Color

#a029bb #44bb29

#a029bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a029bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a029bb Color CSS Codes

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

#a029bb Text Font Color

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

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


#a029bb Background Color

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

This div background color is #a029bb


#a029bb Border Color

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

This div border color is #a029bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a029bb


Comments

No comments written yet.

Please login to write comment.