Color Hex Logo

#a57add Color Hex

#A57ADD
(165,122,221)
0 Favorites   0 Comments

Color spaces of #a57add

RGB 165122221
HSL0.740.590.67
HSV266°45°87°
CMYK 0.250.450.00   0.13
XYZ35.527727.138971.7724
Yxy27.13890.26430.2019
Hunter Lab52.095030.5670-45.2186
CIE-Lab59.102736.4560-44.5714

#a57add color RGB value is (165,122,221).

#a57add hex color red value is 165, green value is 122 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a57add hue: 0.74 , saturation: 0.59 and the lightness value of a57add is 0.67.

The process color (four color CMYK) of #a57add color hex is 0.25, 0.45, 0.00, 0.13. Web safe color of #a57add is #9966cc. Color #a57add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01111010 11011101
Octal 245 172 335
Decimal 165 122 221
Hex A5 7A DD

RGB Percentages of Color #a57add

%32.48
%24.02
%43.50

CMYK Percentages of Color #a57add

%25
%45
%0
%13

Triadic Colors of #a57add

#a57add #dda57a #7adda5

Analogous Colors of #a57add

#a57add #d77add #7a81dd

Monochromatic Colors of #a57add

#a57add

Complementary Color

#a57add #b2dd7a

#a57add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a57add Color Preview on White Background

Lorem ipsum dolor sit amet.

#a57add Color CSS Codes

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

#a57add Text Font Color

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

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


#a57add Background Color

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

This div background color is #a57add


#a57add Border Color

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

This div border color is #a57add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a57add


Comments

No comments written yet.

Please login to write comment.