Color Hex Logo

#a57aea Color Hex

#A57AEA
(165,122,234)
0 Favorites   0 Comments

Color spaces of #a57aea

RGB 165122234
HSL0.730.730.70
HSV263°48°92°
CMYK 0.290.480.00   0.08
XYZ37.327927.858981.2518
Yxy27.85890.25490.1902
Hunter Lab52.781533.8702-54.3239
CIE-Lab59.761039.6016-50.7846

#a57aea color RGB value is (165,122,234).

#a57aea hex color red value is 165, green value is 122 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a57aea hue: 0.73 , saturation: 0.73 and the lightness value of a57aea is 0.70.

The process color (four color CMYK) of #a57aea color hex is 0.29, 0.48, 0.00, 0.08. Web safe color of #a57aea is #9966ff. Color #a57aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01111010 11101010
Octal 245 172 352
Decimal 165 122 234
Hex A5 7A EA

RGB Percentages of Color #a57aea

%31.67
%23.42
%44.91

CMYK Percentages of Color #a57aea

%29
%48
%0
%8

Triadic Colors of #a57aea

#a57aea #eaa57a #7aeaa5

Analogous Colors of #a57aea

#a57aea #dd7aea #7a87ea

Monochromatic Colors of #a57aea

#a57aea

Complementary Color

#a57aea #bfea7a

#a57aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a57aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a57aea Color CSS Codes

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

#a57aea Text Font Color

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

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


#a57aea Background Color

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

This div background color is #a57aea


#a57aea Border Color

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

This div border color is #a57aea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,122,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a57aea


Comments

No comments written yet.

Please login to write comment.