Color Hex Logo

#a629db Color Hex

#A629DB
(166,41,219)
0 Favorites   0 Comments

Color spaces of #a629db

RGB 16641219
HSL0.780.710.51
HSV282°81°86°
CMYK 0.240.810.00   0.14
XYZ29.305014.807368.3314
Yxy14.80730.26060.1317
Hunter Lab38.480368.5979-78.3482
CIE-Lab45.369173.2609-65.4226

#a629db color RGB value is (166,41,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00101001 11011011
Octal 246 51 333
Decimal 166 41 219
Hex A6 29 DB

RGB Percentages of Color #a629db

%38.97
%9.62
%51.41

CMYK Percentages of Color #a629db

%24
%81
%0
%14

Triadic Colors of #a629db

#a629db #dba629 #29dba6

Analogous Colors of #a629db

#a629db #db29b7 #4d29db

Monochromatic Colors of #a629db

#a629db

Complementary Color

#a629db #5edb29

#a629db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a629db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a629db Color CSS Codes

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

#a629db Text Font Color

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

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


#a629db Background Color

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

This div background color is #a629db


#a629db Border Color

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

This div border color is #a629db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a629db


Comments

No comments written yet.

Please login to write comment.