Color Hex Logo

#a865fa Color Hex

#A865FA
(168,101,250)
0 Favorites   0 Comments

Color spaces of #a865fa

RGB 168101250
HSL0.740.940.69
HSV267°60°98°
CMYK 0.330.600.00   0.02
XYZ38.057424.534393.1722
Yxy24.53430.24430.1575
Hunter Lab49.532150.4671-76.8548
CIE-Lab56.618855.5156-64.6720

#a865fa color RGB value is (168,101,250).

#a865fa hex color red value is 168, green value is 101 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a865fa hue: 0.74 , saturation: 0.94 and the lightness value of a865fa is 0.69.

The process color (four color CMYK) of #a865fa color hex is 0.33, 0.60, 0.00, 0.02. Web safe color of #a865fa is #9966ff. Color #a865fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01100101 11111010
Octal 250 145 372
Decimal 168 101 250
Hex A8 65 FA

RGB Percentages of Color #a865fa

%32.37
%19.46
%48.17

CMYK Percentages of Color #a865fa

%33
%60
%0
%2

Triadic Colors of #a865fa

#a865fa #faa865 #65faa8

Analogous Colors of #a865fa

#a865fa #f365fa #656dfa

Monochromatic Colors of #a865fa

#a865fa

Complementary Color

#a865fa #b7fa65

#a865fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a865fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a865fa Color CSS Codes

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

#a865fa Text Font Color

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

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


#a865fa Background Color

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

This div background color is #a865fa


#a865fa Border Color

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

This div border color is #a865fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a865fa

Related Colors


Comments

No comments written yet.

Please login to write comment.