Color Hex Logo

#a73dfa Color Hex

#A73DFA
(167,61,250)
0 Favorites   0 Comments

Color spaces of #a73dfa

RGB 16761250
HSL0.760.950.61
HSV274°76°98°
CMYK 0.330.760.00   0.02
XYZ34.860418.455192.1673
Yxy18.45510.23960.1269
Hunter Lab42.959469.6690-97.1322
CIE-Lab50.043573.2349-75.3237

#a73dfa color RGB value is (167,61,250).

#a73dfa hex color red value is 167, green value is 61 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a73dfa hue: 0.76 , saturation: 0.95 and the lightness value of a73dfa is 0.61.

The process color (four color CMYK) of #a73dfa color hex is 0.33, 0.76, 0.00, 0.02. Web safe color of #a73dfa is #9933ff. Color #a73dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00111101 11111010
Octal 247 75 372
Decimal 167 61 250
Hex A7 3D FA

RGB Percentages of Color #a73dfa

%34.94
%12.76
%52.30

CMYK Percentages of Color #a73dfa

%33
%76
%0
%2

Triadic Colors of #a73dfa

#a73dfa #faa73d #3dfaa7

Analogous Colors of #a73dfa

#a73dfa #fa3def #493dfa

Monochromatic Colors of #a73dfa

#a73dfa

Complementary Color

#a73dfa #90fa3d

#a73dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a73dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a73dfa Color CSS Codes

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

#a73dfa Text Font Color

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

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


#a73dfa Background Color

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

This div background color is #a73dfa


#a73dfa Border Color

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

This div border color is #a73dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a73dfa


Comments

No comments written yet.

Please login to write comment.