Color Hex Logo

#a029dd Color Hex

#A029DD
(160,41,221)
0 Favorites   0 Comments

Color spaces of #a029dd

RGB 16041221
HSL0.780.730.51
HSV280°81°87°
CMYK 0.280.810.00   0.13
XYZ28.341314.279969.6692
Yxy14.27990.25240.1272
Hunter Lab37.788867.7434-82.8578
CIE-Lab44.631772.6954-67.8042

#a029dd color RGB value is (160,41,221).

#a029dd hex color red value is 160, green value is 41 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a029dd hue: 0.78 , saturation: 0.73 and the lightness value of a029dd is 0.51.

The process color (four color CMYK) of #a029dd color hex is 0.28, 0.81, 0.00, 0.13. Web safe color of #a029dd is #9933cc. Color #a029dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00101001 11011101
Octal 240 51 335
Decimal 160 41 221
Hex A0 29 DD

RGB Percentages of Color #a029dd

%37.91
%9.72
%52.37

CMYK Percentages of Color #a029dd

%28
%81
%0
%13

Triadic Colors of #a029dd

#a029dd #dda029 #29dda0

Analogous Colors of #a029dd

#a029dd #dd29c0 #4629dd

Monochromatic Colors of #a029dd

#a029dd

Complementary Color

#a029dd #66dd29

#a029dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a029dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a029dd Color CSS Codes

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

#a029dd Text Font Color

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

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


#a029dd Background Color

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

This div background color is #a029dd


#a029dd Border Color

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

This div border color is #a029dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a029dd


Comments

No comments written yet.

Please login to write comment.