Color Hex Logo

#a929eb Color Hex

#A929EB
(169,41,235)
0 Favorites   0 Comments

Color spaces of #a929eb

RGB 16941235
HSL0.780.830.54
HSV280°83°92°
CMYK 0.280.830.00   0.08
XYZ32.150516.019179.9947
Yxy16.01910.25090.1250
Hunter Lab40.023973.3443-90.4847
CIE-Lab46.999576.8302-71.8468

#a929eb color RGB value is (169,41,235).

#a929eb hex color red value is 169, green value is 41 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a929eb hue: 0.78 , saturation: 0.83 and the lightness value of a929eb is 0.54.

The process color (four color CMYK) of #a929eb color hex is 0.28, 0.83, 0.00, 0.08. Web safe color of #a929eb is #9933ff. Color #a929eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00101001 11101011
Octal 251 51 353
Decimal 169 41 235
Hex A9 29 EB

RGB Percentages of Color #a929eb

%37.98
%9.21
%52.81

CMYK Percentages of Color #a929eb

%28
%83
%0
%8

Triadic Colors of #a929eb

#a929eb #eba929 #29eba9

Analogous Colors of #a929eb

#a929eb #eb29cc #4829eb

Monochromatic Colors of #a929eb

#a929eb

Complementary Color

#a929eb #6beb29

#a929eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a929eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a929eb Color CSS Codes

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

#a929eb Text Font Color

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

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


#a929eb Background Color

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

This div background color is #a929eb


#a929eb Border Color

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

This div border color is #a929eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a929eb


Comments

No comments written yet.

Please login to write comment.