Color Hex Logo

#a72cba Color Hex

#A72CBA
(167,44,186)
0 Favorites   0 Comments

Color spaces of #a72cba

RGB 16744186
HSL0.810.620.45
HSV292°76°73°
CMYK 0.100.760.00   0.27
XYZ25.700013.562047.7176
Yxy13.56200.29550.1559
Hunter Lab36.826660.1223-51.0456
CIE-Lab43.598166.4333-49.1604

#a72cba color RGB value is (167,44,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00101100 10111010
Octal 247 54 272
Decimal 167 44 186
Hex A7 2C BA

RGB Percentages of Color #a72cba

%42.07
%11.08
%46.85

CMYK Percentages of Color #a72cba

%10
%76
%0
%27

Triadic Colors of #a72cba

#a72cba #baa72c #2cbaa7

Analogous Colors of #a72cba

#a72cba #ba2c86 #602cba

Monochromatic Colors of #a72cba

#a72cba

Complementary Color

#a72cba #3fba2c

#a72cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a72cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a72cba Color CSS Codes

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

#a72cba Text Font Color

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

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


#a72cba Background Color

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

This div background color is #a72cba


#a72cba Border Color

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

This div border color is #a72cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a72cba


Comments

No comments written yet.

Please login to write comment.