Color Hex Logo

#a803fd Color Hex

#A803FD
(168,3,253)
0 Favorites   0 Comments

Color spaces of #a803fd

RGB 1683253
HSL0.780.980.50
HSV280°99°99°
CMYK 0.340.990.00   0.01
XYZ33.910615.481894.1295
Yxy15.48180.23630.1079
Hunter Lab39.346984.9807-114.2964
CIE-Lab46.287286.1456-83.1333

#a803fd color RGB value is (168,3,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00000011 11111101
Octal 250 3 375
Decimal 168 3 253
Hex A8 3 FD

RGB Percentages of Color #a803fd

%39.62
%0.71
%59.67

CMYK Percentages of Color #a803fd

%34
%99
%0
%1

Triadic Colors of #a803fd

#a803fd #fda803 #03fda8

Analogous Colors of #a803fd

#a803fd #fd03d5 #2b03fd

Monochromatic Colors of #a803fd

#a803fd

Complementary Color

#a803fd #58fd03

#a803fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a803fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a803fd Color CSS Codes

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

#a803fd Text Font Color

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

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


#a803fd Background Color

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

This div background color is #a803fd


#a803fd Border Color

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

This div border color is #a803fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a803fd


Comments

No comments written yet.

Please login to write comment.