Color Hex Logo

#a17eba Color Hex

#A17EBA
(161,126,186)
0 Favorites   0 Comments

Color spaces of #a17eba

RGB 161126186
HSL0.760.300.61
HSV275°32°73°
CMYK 0.130.320.00   0.27
XYZ31.021726.043949.8463
Yxy26.04390.29020.2436
Hunter Lab51.033219.1971-22.1878
CIE-Lab58.078724.9493-26.4201

#a17eba color RGB value is (161,126,186).

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

The process color (four color CMYK) of #a17eba color hex is 0.13, 0.32, 0.00, 0.27. Web safe color of #a17eba is #9966cc. Color #a17eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01111110 10111010
Octal 241 176 272
Decimal 161 126 186
Hex A1 7E BA

RGB Percentages of Color #a17eba

%34.04
%26.64
%39.32

CMYK Percentages of Color #a17eba

%13
%32
%0
%27

Triadic Colors of #a17eba

#a17eba #baa17e #7ebaa1

Analogous Colors of #a17eba

#a17eba #ba7eb5 #837eba

Monochromatic Colors of #a17eba

#a17eba

Complementary Color

#a17eba #97ba7e

#a17eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a17eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a17eba Color CSS Codes

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

#a17eba Text Font Color

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

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


#a17eba Background Color

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

This div background color is #a17eba


#a17eba Border Color

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

This div border color is #a17eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a17eba


Comments

No comments written yet.

Please login to write comment.