Color Hex Logo

#a086fd Color Hex

#A086FD
(160,134,253)
0 Favorites   0 Comments

Color spaces of #a086fd

RGB 160134253
HSL0.700.970.76
HSV253°47°99°
CMYK 0.370.470.00   0.01
XYZ40.751931.615696.8831
Yxy31.61560.24080.1868
Hunter Lab56.227830.9720-62.8001
CIE-Lab63.023936.4073-56.1169

#a086fd color RGB value is (160,134,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10000110 11111101
Octal 240 206 375
Decimal 160 134 253
Hex A0 86 FD

RGB Percentages of Color #a086fd

%29.25
%24.50
%46.25

CMYK Percentages of Color #a086fd

%37
%47
%0
%1

Triadic Colors of #a086fd

#a086fd #fda086 #86fda0

Analogous Colors of #a086fd

#a086fd #dc86fd #86a8fd

Monochromatic Colors of #a086fd

#a086fd

Complementary Color

#a086fd #e3fd86

#a086fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a086fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a086fd Color CSS Codes

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

#a086fd Text Font Color

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

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


#a086fd Background Color

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

This div background color is #a086fd


#a086fd Border Color

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

This div border color is #a086fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a086fd


Comments

No comments written yet.

Please login to write comment.