Color Hex Logo

#a806fd Color Hex

#A806FD
(168,6,253)
0 Favorites   0 Comments

Color spaces of #a806fd

RGB 1686253
HSL0.780.980.51
HSV279°98°99°
CMYK 0.340.980.00   0.01
XYZ33.943215.546994.1404
Yxy15.54690.23630.1082
Hunter Lab39.429684.6612-113.9577
CIE-Lab46.374385.8834-82.9904

#a806fd color RGB value is (168,6,253).

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

The process color (four color CMYK) of #a806fd color hex is 0.34, 0.98, 0.00, 0.01. Web safe color of #a806fd is #9900ff. Color #a806fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00000110 11111101
Octal 250 6 375
Decimal 168 6 253
Hex A8 6 FD

RGB Percentages of Color #a806fd

%39.34
%1.41
%59.25

CMYK Percentages of Color #a806fd

%34
%98
%0
%1

Triadic Colors of #a806fd

#a806fd #fda806 #06fda8

Analogous Colors of #a806fd

#a806fd #fd06d6 #2d06fd

Monochromatic Colors of #a806fd

#a806fd

Complementary Color

#a806fd #5bfd06

#a806fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a806fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a806fd Color CSS Codes

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

#a806fd Text Font Color

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

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


#a806fd Background Color

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

This div background color is #a806fd


#a806fd Border Color

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

This div border color is #a806fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a806fd


Comments

No comments written yet.

Please login to write comment.