Color Hex Logo

#a73bad Color Hex

#A73BAD
(167,59,173)
0 Favorites   0 Comments

Color spaces of #a73bad

RGB 16759173
HSL0.820.490.45
HSV297°66°68°
CMYK 0.030.660.00   0.32
XYZ25.043114.360540.9871
Yxy14.36050.31150.1786
Hunter Lab37.895351.6451-37.6008
CIE-Lab44.745658.7089-39.6747

#a73bad color RGB value is (167,59,173).

#a73bad hex color red value is 167, green value is 59 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a73bad hue: 0.82 , saturation: 0.49 and the lightness value of a73bad is 0.45.

The process color (four color CMYK) of #a73bad color hex is 0.03, 0.66, 0.00, 0.32. Web safe color of #a73bad is #993399. Color #a73bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00111011 10101101
Octal 247 73 255
Decimal 167 59 173
Hex A7 3B AD

RGB Percentages of Color #a73bad

%41.85
%14.79
%43.36

CMYK Percentages of Color #a73bad

%3
%66
%0
%32

Triadic Colors of #a73bad

#a73bad #ada73b #3bada7

Analogous Colors of #a73bad

#a73bad #ad3b7a #6e3bad

Monochromatic Colors of #a73bad

#a73bad

Complementary Color

#a73bad #41ad3b

#a73bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a73bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a73bad Color CSS Codes

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

#a73bad Text Font Color

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

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


#a73bad Background Color

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

This div background color is #a73bad


#a73bad Border Color

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

This div border color is #a73bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a73bad


Comments

No comments written yet.

Please login to write comment.