Color Hex Logo

#a75add Color Hex

#A75ADD
(167,90,221)
0 Favorites   0 Comments

Color spaces of #a75add

RGB 16790221
HSL0.760.660.61
HSV275°59°87°
CMYK 0.240.590.00   0.13
XYZ32.643720.748370.6909
Yxy20.74830.26310.1672
Hunter Lab45.550348.2093-60.1287
CIE-Lab52.672954.1484-54.7784

#a75add color RGB value is (167,90,221).

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

The process color (four color CMYK) of #a75add color hex is 0.24, 0.59, 0.00, 0.13. Web safe color of #a75add is #9966cc. Color #a75add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01011010 11011101
Octal 247 132 335
Decimal 167 90 221
Hex A7 5A DD

RGB Percentages of Color #a75add

%34.94
%18.83
%46.23

CMYK Percentages of Color #a75add

%24
%59
%0
%13

Triadic Colors of #a75add

#a75add #dda75a #5adda7

Analogous Colors of #a75add

#a75add #dd5ad2 #665add

Monochromatic Colors of #a75add

#a75add

Complementary Color

#a75add #90dd5a

#a75add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a75add Color Preview on White Background

Lorem ipsum dolor sit amet.

#a75add Color CSS Codes

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

#a75add Text Font Color

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

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


#a75add Background Color

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

This div background color is #a75add


#a75add Border Color

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

This div border color is #a75add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a75add


Comments

No comments written yet.

Please login to write comment.