Color Hex Logo

#a729db Color Hex

#A729DB
(167,41,219)
0 Favorites   0 Comments

Color spaces of #a729db

RGB 16741219
HSL0.780.710.51
HSV282°81°86°
CMYK 0.240.810.00   0.14
XYZ29.515514.915868.3412
Yxy14.91580.26170.1323
Hunter Lab38.621068.8292-77.8811
CIE-Lab45.518773.4232-65.1729

#a729db color RGB value is (167,41,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00101001 11011011
Octal 247 51 333
Decimal 167 41 219
Hex A7 29 DB

RGB Percentages of Color #a729db

%39.11
%9.60
%51.29

CMYK Percentages of Color #a729db

%24
%81
%0
%14

Triadic Colors of #a729db

#a729db #dba729 #29dba7

Analogous Colors of #a729db

#a729db #db29b6 #4e29db

Monochromatic Colors of #a729db

#a729db

Complementary Color

#a729db #5ddb29

#a729db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a729db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a729db Color CSS Codes

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

#a729db Text Font Color

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

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


#a729db Background Color

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

This div background color is #a729db


#a729db Border Color

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

This div border color is #a729db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,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 #a729db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a729db


Comments

No comments written yet.

Please login to write comment.