Color Hex Logo

#a629e6 Color Hex

#A629E6
(166,41,230)
0 Favorites   0 Comments

Color spaces of #a629e6

RGB 16641230
HSL0.780.790.53
HSV280°82°90°
CMYK 0.280.820.00   0.10
XYZ30.801815.406076.2131
Yxy15.40600.25160.1258
Hunter Lab39.250571.3895-87.6487
CIE-Lab46.185375.3985-70.3608

#a629e6 color RGB value is (166,41,230).

#a629e6 hex color red value is 166, green value is 41 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #a629e6 hue: 0.78 , saturation: 0.79 and the lightness value of a629e6 is 0.53.

The process color (four color CMYK) of #a629e6 color hex is 0.28, 0.82, 0.00, 0.10. Web safe color of #a629e6 is #9933ff. Color #a629e6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00101001 11100110
Octal 246 51 346
Decimal 166 41 230
Hex A6 29 E6

RGB Percentages of Color #a629e6

%37.99
%9.38
%52.63

CMYK Percentages of Color #a629e6

%28
%82
%0
%10

Triadic Colors of #a629e6

#a629e6 #e6a629 #29e6a6

Analogous Colors of #a629e6

#a629e6 #e629c8 #4729e6

Monochromatic Colors of #a629e6

#a629e6

Complementary Color

#a629e6 #69e629

#a629e6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a629e6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a629e6 Color CSS Codes

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

#a629e6 Text Font Color

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

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


#a629e6 Background Color

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

This div background color is #a629e6


#a629e6 Border Color

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

This div border color is #a629e6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a629e6


Comments

No comments written yet.

Please login to write comment.