Color Hex Logo

#a73ade Color Hex

#A73ADE
(167,58,222)
0 Favorites   0 Comments

Color spaces of #a73ade

RGB 16758222
HSL0.780.710.55
HSV280°74°87°
CMYK 0.250.740.00   0.13
XYZ30.634216.515570.6805
Yxy16.51550.26000.1402
Hunter Lab40.639363.4360-74.6707
CIE-Lab47.643768.4885-63.4411

#a73ade color RGB value is (167,58,222).

#a73ade hex color red value is 167, green value is 58 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a73ade hue: 0.78 , saturation: 0.71 and the lightness value of a73ade is 0.55.

The process color (four color CMYK) of #a73ade color hex is 0.25, 0.74, 0.00, 0.13. Web safe color of #a73ade is #9933cc. Color #a73ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00111010 11011110
Octal 247 72 336
Decimal 167 58 222
Hex A7 3A DE

RGB Percentages of Color #a73ade

%37.36
%12.98
%49.66

CMYK Percentages of Color #a73ade

%25
%74
%0
%13

Triadic Colors of #a73ade

#a73ade #dea73a #3adea7

Analogous Colors of #a73ade

#a73ade #de3ac3 #553ade

Monochromatic Colors of #a73ade

#a73ade

Complementary Color

#a73ade #71de3a

#a73ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a73ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#a73ade Color CSS Codes

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

#a73ade Text Font Color

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

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


#a73ade Background Color

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

This div background color is #a73ade


#a73ade Border Color

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

This div border color is #a73ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a73ade


Comments

No comments written yet.

Please login to write comment.