Color Hex Logo

#a629da Color Hex

#A629DA
(166,41,218)
0 Favorites   0 Comments

Color spaces of #a629da

RGB 16641218
HSL0.780.710.51
HSV282°81°85°
CMYK 0.240.810.00   0.15
XYZ29.173714.754867.6400
Yxy14.75480.26150.1322
Hunter Lab38.412068.3489-77.5159
CIE-Lab45.296573.0687-64.9683

#a629da color RGB value is (166,41,218).

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

The process color (four color CMYK) of #a629da color hex is 0.24, 0.81, 0.00, 0.15. Web safe color of #a629da is #9933cc. Color #a629da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00101001 11011010
Octal 246 51 332
Decimal 166 41 218
Hex A6 29 DA

RGB Percentages of Color #a629da

%39.06
%9.65
%51.29

CMYK Percentages of Color #a629da

%24
%81
%0
%15

Triadic Colors of #a629da

#a629da #daa629 #29daa6

Analogous Colors of #a629da

#a629da #da29b6 #4d29da

Monochromatic Colors of #a629da

#a629da

Complementary Color

#a629da #5dda29

#a629da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a629da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a629da Color CSS Codes

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

#a629da Text Font Color

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

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


#a629da Background Color

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

This div background color is #a629da


#a629da Border Color

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

This div border color is #a629da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a629da


Comments

No comments written yet.

Please login to write comment.