Color Hex Logo

#a229fd Color Hex

#A229FD
(162,41,253)
0 Favorites   0 Comments

Color spaces of #a229fd

RGB 16241253
HSL0.760.980.58
HSV274°84°99°
CMYK 0.360.840.00   0.01
XYZ33.422916.359194.3245
Yxy16.35910.23190.1135
Hunter Lab40.446476.7224-109.9570
CIE-Lab47.442179.4590-81.2734

#a229fd color RGB value is (162,41,253).

#a229fd hex color red value is 162, green value is 41 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a229fd hue: 0.76 , saturation: 0.98 and the lightness value of a229fd is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 00101001 11111101
Octal 242 51 375
Decimal 162 41 253
Hex A2 29 FD

RGB Percentages of Color #a229fd

%35.53
%8.99
%55.48

CMYK Percentages of Color #a229fd

%36
%84
%0
%1

Triadic Colors of #a229fd

#a229fd #fda229 #29fda2

Analogous Colors of #a229fd

#a229fd #fd29ee #3829fd

Monochromatic Colors of #a229fd

#a229fd

Complementary Color

#a229fd #84fd29

#a229fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a229fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a229fd Color CSS Codes

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

#a229fd Text Font Color

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

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


#a229fd Background Color

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

This div background color is #a229fd


#a229fd Border Color

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

This div border color is #a229fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a229fd


Comments

No comments written yet.

Please login to write comment.