Color Hex Logo

#a861fd Color Hex

#A861FD
(168,97,253)
0 Favorites   0 Comments

Color spaces of #a861fd

RGB 16897253
HSL0.740.980.69
HSV267°62°99°
CMYK 0.340.620.00   0.01
XYZ38.152823.966195.5435
Yxy23.96610.24200.1520
Hunter Lab48.955253.4409-81.4448
CIE-Lab56.053858.2586-67.2435

#a861fd color RGB value is (168,97,253).

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

The process color (four color CMYK) of #a861fd color hex is 0.34, 0.62, 0.00, 0.01. Web safe color of #a861fd is #9966ff. Color #a861fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01100001 11111101
Octal 250 141 375
Decimal 168 97 253
Hex A8 61 FD

RGB Percentages of Color #a861fd

%32.43
%18.73
%48.84

CMYK Percentages of Color #a861fd

%34
%62
%0
%1

Triadic Colors of #a861fd

#a861fd #fda861 #61fda8

Analogous Colors of #a861fd

#a861fd #f661fd #6168fd

Monochromatic Colors of #a861fd

#a861fd

Complementary Color

#a861fd #b6fd61

#a861fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a861fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a861fd Color CSS Codes

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

#a861fd Text Font Color

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

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


#a861fd Background Color

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

This div background color is #a861fd


#a861fd Border Color

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

This div border color is #a861fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a861fd


Comments

No comments written yet.

Please login to write comment.