Color Hex Logo

#a17eed Color Hex

#A17EED
(161,126,237)
0 Favorites   0 Comments

Color spaces of #a17eed

RGB 161126237
HSL0.720.760.71
HSV259°47°93°
CMYK 0.320.470.00   0.07
XYZ37.444928.613283.6701
Yxy28.61320.25010.1911
Hunter Lab53.491331.3435-55.2964
CIE-Lab60.438737.0628-51.3984

#a17eed color RGB value is (161,126,237).

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

The process color (four color CMYK) of #a17eed color hex is 0.32, 0.47, 0.00, 0.07. Web safe color of #a17eed is #9966ff. Color #a17eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01111110 11101101
Octal 241 176 355
Decimal 161 126 237
Hex A1 7E ED

RGB Percentages of Color #a17eed

%30.73
%24.05
%45.23

CMYK Percentages of Color #a17eed

%32
%47
%0
%7

Triadic Colors of #a17eed

#a17eed #eda17e #7eeda1

Analogous Colors of #a17eed

#a17eed #d97eed #7e93ed

Monochromatic Colors of #a17eed

#a17eed

Complementary Color

#a17eed #caed7e

#a17eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a17eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a17eed Color CSS Codes

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

#a17eed Text Font Color

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

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


#a17eed Background Color

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

This div background color is #a17eed


#a17eed Border Color

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

This div border color is #a17eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a17eed


Comments

No comments written yet.

Please login to write comment.