Color Hex Logo

#a829fe Color Hex

#A829FE
(168,41,254)
0 Favorites   0 Comments

Color spaces of #a829fe

RGB 16841254
HSL0.770.990.58
HSV276°84°100°
CMYK 0.340.840.00   0.00
XYZ34.830817.066595.2243
Yxy17.06650.23670.1160
Hunter Lab41.311678.2022-107.7468
CIE-Lab48.343780.4602-80.3233

#a829fe color RGB value is (168,41,254).

#a829fe hex color red value is 168, green value is 41 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a829fe hue: 0.77 , saturation: 0.99 and the lightness value of a829fe is 0.58.

The process color (four color CMYK) of #a829fe color hex is 0.34, 0.84, 0.00, 0.00. Web safe color of #a829fe is #9933ff. Color #a829fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00101001 11111110
Octal 250 51 376
Decimal 168 41 254
Hex A8 29 FE

RGB Percentages of Color #a829fe

%36.29
%8.86
%54.86

CMYK Percentages of Color #a829fe

%34
%84
%0
%0

Triadic Colors of #a829fe

#a829fe #fea829 #29fea8

Analogous Colors of #a829fe

#a829fe #fe29ea #3d29fe

Monochromatic Colors of #a829fe

#a829fe

Complementary Color

#a829fe #7ffe29

#a829fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a829fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a829fe Color CSS Codes

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

#a829fe Text Font Color

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

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


#a829fe Background Color

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

This div background color is #a829fe


#a829fe Border Color

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

This div border color is #a829fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a829fe


Comments

No comments written yet.

Please login to write comment.