Color Hex Logo

#a72dba Color Hex

#A72DBA
(167,45,186)
0 Favorites   0 Comments

Color spaces of #a72dba

RGB 16745186
HSL0.810.610.45
HSV292°76°73°
CMYK 0.100.760.00   0.27
XYZ25.737713.637447.7301
Yxy13.63740.29550.1566
Hunter Lab36.928959.7808-50.7814
CIE-Lab43.708466.1161-48.9836

#a72dba color RGB value is (167,45,186).

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

The process color (four color CMYK) of #a72dba color hex is 0.10, 0.76, 0.00, 0.27. Web safe color of #a72dba is #9933cc. Color #a72dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00101101 10111010
Octal 247 55 272
Decimal 167 45 186
Hex A7 2D BA

RGB Percentages of Color #a72dba

%41.96
%11.31
%46.73

CMYK Percentages of Color #a72dba

%10
%76
%0
%27

Triadic Colors of #a72dba

#a72dba #baa72d #2dbaa7

Analogous Colors of #a72dba

#a72dba #ba2d87 #612dba

Monochromatic Colors of #a72dba

#a72dba

Complementary Color

#a72dba #40ba2d

#a72dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a72dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a72dba Color CSS Codes

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

#a72dba Text Font Color

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

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


#a72dba Background Color

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

This div background color is #a72dba


#a72dba Border Color

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

This div border color is #a72dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a72dba


Comments

No comments written yet.

Please login to write comment.