Color Hex Logo

#a17aef Color Hex

#A17AEF
(161,122,239)
0 Favorites   0 Comments

Color spaces of #a17aef

RGB 161122239
HSL0.720.790.71
HSV260°49°94°
CMYK 0.330.490.00   0.06
XYZ37.237527.728185.0508
Yxy27.72810.24820.1848
Hunter Lab52.657534.0783-58.9032
CIE-Lab59.642339.8177-53.7737

#a17aef color RGB value is (161,122,239).

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

The process color (four color CMYK) of #a17aef color hex is 0.33, 0.49, 0.00, 0.06. Web safe color of #a17aef is #9966ff. Color #a17aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01111010 11101111
Octal 241 172 357
Decimal 161 122 239
Hex A1 7A EF

RGB Percentages of Color #a17aef

%30.84
%23.37
%45.79

CMYK Percentages of Color #a17aef

%33
%49
%0
%6

Triadic Colors of #a17aef

#a17aef #efa17a #7aefa1

Analogous Colors of #a17aef

#a17aef #dc7aef #7a8eef

Monochromatic Colors of #a17aef

#a17aef

Complementary Color

#a17aef #c8ef7a

#a17aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a17aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a17aef Color CSS Codes

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

#a17aef Text Font Color

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

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


#a17aef Background Color

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

This div background color is #a17aef


#a17aef Border Color

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

This div border color is #a17aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a17aef


Comments

No comments written yet.

Please login to write comment.