Color Hex Logo

#a729bb Color Hex

#A729BB
(167,41,187)
0 Favorites   0 Comments

Color spaces of #a729bb

RGB 16741187
HSL0.810.640.45
HSV292°78°73°
CMYK 0.110.780.00   0.27
XYZ25.698913.389248.2436
Yxy13.38920.29430.1533
Hunter Lab36.591361.3301-52.5568
CIE-Lab43.343967.5244-50.1548

#a729bb color RGB value is (167,41,187).

#a729bb hex color red value is 167, green value is 41 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a729bb hue: 0.81 , saturation: 0.64 and the lightness value of a729bb is 0.45.

The process color (four color CMYK) of #a729bb color hex is 0.11, 0.78, 0.00, 0.27. Web safe color of #a729bb is #9933cc. Color #a729bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00101001 10111011
Octal 247 51 273
Decimal 167 41 187
Hex A7 29 BB

RGB Percentages of Color #a729bb

%42.28
%10.38
%47.34

CMYK Percentages of Color #a729bb

%11
%78
%0
%27

Triadic Colors of #a729bb

#a729bb #bba729 #29bba7

Analogous Colors of #a729bb

#a729bb #bb2986 #5e29bb

Monochromatic Colors of #a729bb

#a729bb

Complementary Color

#a729bb #3dbb29

#a729bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a729bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a729bb Color CSS Codes

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

#a729bb Text Font Color

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

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


#a729bb Background Color

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

This div background color is #a729bb


#a729bb Border Color

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

This div border color is #a729bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a729bb


Comments

No comments written yet.

Please login to write comment.