Color Hex Logo

#a186fd Color Hex

#A186FD
(161,134,253)
0 Favorites   0 Comments

Color spaces of #a186fd

RGB 161134253
HSL0.700.970.76
HSV254°47°99°
CMYK 0.360.470.00   0.01
XYZ40.952731.719196.8925
Yxy31.71910.24150.1871
Hunter Lab56.319731.2362-62.5788
CIE-Lab63.110036.6543-55.9746

#a186fd color RGB value is (161,134,253).

#a186fd hex color red value is 161, green value is 134 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a186fd hue: 0.70 , saturation: 0.97 and the lightness value of a186fd is 0.76.

The process color (four color CMYK) of #a186fd color hex is 0.36, 0.47, 0.00, 0.01. Web safe color of #a186fd is #9999ff. Color #a186fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10000110 11111101
Octal 241 206 375
Decimal 161 134 253
Hex A1 86 FD

RGB Percentages of Color #a186fd

%29.38
%24.45
%46.17

CMYK Percentages of Color #a186fd

%36
%47
%0
%1

Triadic Colors of #a186fd

#a186fd #fda186 #86fda1

Analogous Colors of #a186fd

#a186fd #dd86fd #86a7fd

Monochromatic Colors of #a186fd

#a186fd

Complementary Color

#a186fd #e2fd86

#a186fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a186fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a186fd Color CSS Codes

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

#a186fd Text Font Color

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

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


#a186fd Background Color

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

This div background color is #a186fd


#a186fd Border Color

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

This div border color is #a186fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a186fd


Comments

No comments written yet.

Please login to write comment.