Color Hex Logo

#a829eb Color Hex

#A829EB
(168,41,235)
0 Favorites   0 Comments

Color spaces of #a829eb

RGB 16841235
HSL0.780.830.54
HSV279°83°92°
CMYK 0.290.830.00   0.08
XYZ31.936815.908979.9847
Yxy15.90890.24980.1245
Hunter Lab39.886073.1250-90.9761
CIE-Lab46.854776.6807-72.0889

#a829eb color RGB value is (168,41,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00101001 11101011
Octal 250 51 353
Decimal 168 41 235
Hex A8 29 EB

RGB Percentages of Color #a829eb

%37.84
%9.23
%52.93

CMYK Percentages of Color #a829eb

%29
%83
%0
%8

Triadic Colors of #a829eb

#a829eb #eba829 #29eba8

Analogous Colors of #a829eb

#a829eb #eb29cd #4729eb

Monochromatic Colors of #a829eb

#a829eb

Complementary Color

#a829eb #6ceb29

#a829eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a829eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a829eb Color CSS Codes

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

#a829eb Text Font Color

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

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


#a829eb Background Color

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

This div background color is #a829eb


#a829eb Border Color

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

This div border color is #a829eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a829eb


Comments

No comments written yet.

Please login to write comment.