Color Hex Logo

#a186ef Color Hex

#A186EF
(161,134,239)
0 Favorites   0 Comments

Color spaces of #a186ef

RGB 161134239
HSL0.710.770.73
HSV255°44°94°
CMYK 0.330.440.00   0.06
XYZ38.803030.859385.5726
Yxy30.85930.25000.1988
Hunter Lab55.551127.4694-52.4462
CIE-Lab62.388733.0367-49.4145

#a186ef color RGB value is (161,134,239).

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

The process color (four color CMYK) of #a186ef color hex is 0.33, 0.44, 0.00, 0.06. Web safe color of #a186ef is #9999ff. Color #a186ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10000110 11101111
Octal 241 206 357
Decimal 161 134 239
Hex A1 86 EF

RGB Percentages of Color #a186ef

%30.15
%25.09
%44.76

CMYK Percentages of Color #a186ef

%33
%44
%0
%6

Triadic Colors of #a186ef

#a186ef #efa186 #86efa1

Analogous Colors of #a186ef

#a186ef #d686ef #86a0ef

Monochromatic Colors of #a186ef

#a186ef

Complementary Color

#a186ef #d4ef86

#a186ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a186ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a186ef Color CSS Codes

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

#a186ef Text Font Color

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

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


#a186ef Background Color

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

This div background color is #a186ef


#a186ef Border Color

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

This div border color is #a186ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a186ef


Comments

No comments written yet.

Please login to write comment.