Color Hex Logo

#a17abb Color Hex

#A17ABB
(161,122,187)
0 Favorites   0 Comments

Color spaces of #a17abb

RGB 161122187
HSL0.770.320.61
HSV276°35°73°
CMYK 0.140.350.00   0.27
XYZ30.627125.084050.2412
Yxy25.08400.28910.2367
Hunter Lab50.083921.5086-24.4174
CIE-Lab57.157227.4555-28.4149

#a17abb color RGB value is (161,122,187).

#a17abb hex color red value is 161, green value is 122 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a17abb hue: 0.77 , saturation: 0.32 and the lightness value of a17abb is 0.61.

The process color (four color CMYK) of #a17abb color hex is 0.14, 0.35, 0.00, 0.27. Web safe color of #a17abb is #9966cc. Color #a17abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01111010 10111011
Octal 241 172 273
Decimal 161 122 187
Hex A1 7A BB

RGB Percentages of Color #a17abb

%34.26
%25.96
%39.79

CMYK Percentages of Color #a17abb

%14
%35
%0
%27

Triadic Colors of #a17abb

#a17abb #bba17a #7abba1

Analogous Colors of #a17abb

#a17abb #bb7ab5 #817abb

Monochromatic Colors of #a17abb

#a17abb

Complementary Color

#a17abb #94bb7a

#a17abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a17abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a17abb Color CSS Codes

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

#a17abb Text Font Color

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

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


#a17abb Background Color

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

This div background color is #a17abb


#a17abb Border Color

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

This div border color is #a17abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a17abb


Comments

No comments written yet.

Please login to write comment.