Color Hex Logo

#a629ea Color Hex

#A629EA
(166,41,234)
0 Favorites   0 Comments

Color spaces of #a629ea

RGB 16641234
HSL0.770.820.54
HSV279°82°92°
CMYK 0.290.820.00   0.08
XYZ31.370115.633479.2061
Yxy15.63340.24860.1239
Hunter Lab39.539172.4275-91.0944
CIE-Lab46.489876.1854-72.1307

#a629ea color RGB value is (166,41,234).

#a629ea hex color red value is 166, green value is 41 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a629ea hue: 0.77 , saturation: 0.82 and the lightness value of a629ea is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00101001 11101010
Octal 246 51 352
Decimal 166 41 234
Hex A6 29 EA

RGB Percentages of Color #a629ea

%37.64
%9.30
%53.06

CMYK Percentages of Color #a629ea

%29
%82
%0
%8

Triadic Colors of #a629ea

#a629ea #eaa629 #29eaa6

Analogous Colors of #a629ea

#a629ea #ea29ce #4529ea

Monochromatic Colors of #a629ea

#a629ea

Complementary Color

#a629ea #6dea29

#a629ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a629ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a629ea Color CSS Codes

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

#a629ea Text Font Color

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

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


#a629ea Background Color

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

This div background color is #a629ea


#a629ea Border Color

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

This div border color is #a629ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a629ea


Comments

No comments written yet.

Please login to write comment.