Color Hex Logo

#ad86fa Color Hex

#AD86FA
(173,134,250)
0 Favorites   0 Comments

Color spaces of #ad86fa

RGB 173134250
HSL0.720.920.75
HSV260°46°98°
CMYK 0.310.460.00   0.02
XYZ43.014032.836694.5135
Yxy32.83660.25250.1927
Hunter Lab57.303233.7083-57.6781
CIE-Lab64.028438.9286-52.8037

#ad86fa color RGB value is (173,134,250).

#ad86fa hex color red value is 173, green value is 134 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ad86fa hue: 0.72 , saturation: 0.92 and the lightness value of ad86fa is 0.75.

The process color (four color CMYK) of #ad86fa color hex is 0.31, 0.46, 0.00, 0.02. Web safe color of #ad86fa is #9999ff. Color #ad86fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000110 11111010
Octal 255 206 372
Decimal 173 134 250
Hex AD 86 FA

RGB Percentages of Color #ad86fa

%31.06
%24.06
%44.88

CMYK Percentages of Color #ad86fa

%31
%46
%0
%2

Triadic Colors of #ad86fa

#ad86fa #faad86 #86faad

Analogous Colors of #ad86fa

#ad86fa #e786fa #8699fa

Monochromatic Colors of #ad86fa

#ad86fa

Complementary Color

#ad86fa #d3fa86

#ad86fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad86fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad86fa Color CSS Codes

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

#ad86fa Text Font Color

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

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


#ad86fa Background Color

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

This div background color is #ad86fa


#ad86fa Border Color

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

This div border color is #ad86fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad86fa


Comments

No comments written yet.

Please login to write comment.