Color Hex Logo

#a17aea Color Hex

#A17AEA
(161,122,234)
0 Favorites   0 Comments

Color spaces of #a17aea

RGB 161122234
HSL0.720.730.70
HSV261°48°92°
CMYK 0.310.480.00   0.08
XYZ36.508827.436681.2135
Yxy27.43660.25150.1890
Hunter Lab52.380032.7495-55.2613
CIE-Lab59.376338.5620-51.4195

#a17aea color RGB value is (161,122,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01111010 11101010
Octal 241 172 352
Decimal 161 122 234
Hex A1 7A EA

RGB Percentages of Color #a17aea

%31.14
%23.60
%45.26

CMYK Percentages of Color #a17aea

%31
%48
%0
%8

Triadic Colors of #a17aea

#a17aea #eaa17a #7aeaa1

Analogous Colors of #a17aea

#a17aea #d97aea #7a8bea

Monochromatic Colors of #a17aea

#a17aea

Complementary Color

#a17aea #c3ea7a

#a17aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a17aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a17aea Color CSS Codes

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

#a17aea Text Font Color

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

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


#a17aea Background Color

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

This div background color is #a17aea


#a17aea Border Color

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

This div border color is #a17aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a17aea


Comments

No comments written yet.

Please login to write comment.