Color Hex Logo

#a029be Color Hex

#A029BE
(160,41,190)
0 Favorites   0 Comments

Color spaces of #a029be

RGB 16041190
HSL0.800.650.45
HSV288°78°75°
CMYK 0.160.780.00   0.25
XYZ24.584412.777249.8857
Yxy12.77720.28180.1464
Hunter Lab35.745260.2124-57.7230
CIE-Lab42.425666.7396-53.4488

#a029be color RGB value is (160,41,190).

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

The process color (four color CMYK) of #a029be color hex is 0.16, 0.78, 0.00, 0.25. Web safe color of #a029be is #9933cc. Color #a029be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00101001 10111110
Octal 240 51 276
Decimal 160 41 190
Hex A0 29 BE

RGB Percentages of Color #a029be

%40.92
%10.49
%48.59

CMYK Percentages of Color #a029be

%16
%78
%0
%25

Triadic Colors of #a029be

#a029be #bea029 #29bea0

Analogous Colors of #a029be

#a029be #be2992 #5529be

Monochromatic Colors of #a029be

#a029be

Complementary Color

#a029be #47be29

#a029be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a029be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a029be Color CSS Codes

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

#a029be Text Font Color

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

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


#a029be Background Color

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

This div background color is #a029be


#a029be Border Color

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

This div border color is #a029be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,41,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a029be


Comments

No comments written yet.

Please login to write comment.