Color Hex Logo

#a186ba Color Hex

#A186BA
(161,134,186)
0 Favorites   0 Comments

Color spaces of #a186ba

RGB 161134186
HSL0.750.270.63
HSV271°28°73°
CMYK 0.130.280.00   0.27
XYZ32.086028.172450.2011
Yxy28.17240.29050.2550
Hunter Lab53.077715.0191-18.9224
CIE-Lab60.044220.3702-23.3962

#a186ba color RGB value is (161,134,186).

#a186ba hex color red value is 161, green value is 134 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a186ba hue: 0.75 , saturation: 0.27 and the lightness value of a186ba is 0.63.

The process color (four color CMYK) of #a186ba color hex is 0.13, 0.28, 0.00, 0.27. Web safe color of #a186ba is #9999cc. Color #a186ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10000110 10111010
Octal 241 206 272
Decimal 161 134 186
Hex A1 86 BA

RGB Percentages of Color #a186ba

%33.47
%27.86
%38.67

CMYK Percentages of Color #a186ba

%13
%28
%0
%27

Triadic Colors of #a186ba

#a186ba #baa186 #86baa1

Analogous Colors of #a186ba

#a186ba #ba86b9 #8786ba

Monochromatic Colors of #a186ba

#a186ba

Complementary Color

#a186ba #9fba86

#a186ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a186ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a186ba Color CSS Codes

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

#a186ba Text Font Color

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

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


#a186ba Background Color

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

This div background color is #a186ba


#a186ba Border Color

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

This div border color is #a186ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a186ba


Comments

No comments written yet.

Please login to write comment.