Color Hex Logo

#a003fe Color Hex

#A003FE
(160,3,254)
0 Favorites   0 Comments

Color spaces of #a003fe

RGB 1603254
HSL0.770.990.50
HSV278°99°100°
CMYK 0.370.990.00   0.00
XYZ32.419214.694594.8936
Yxy14.69450.22830.1035
Hunter Lab38.333483.8770-119.9379
CIE-Lab45.212985.4991-85.4996

#a003fe color RGB value is (160,3,254).

#a003fe hex color red value is 160, green value is 3 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a003fe hue: 0.77 , saturation: 0.99 and the lightness value of a003fe is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00000011 11111110
Octal 240 3 376
Decimal 160 3 254
Hex A0 3 FE

RGB Percentages of Color #a003fe

%38.37
%0.72
%60.91

CMYK Percentages of Color #a003fe

%37
%99
%0
%0

Triadic Colors of #a003fe

#a003fe #fea003 #03fea0

Analogous Colors of #a003fe

#a003fe #fe03df #2203fe

Monochromatic Colors of #a003fe

#a003fe

Complementary Color

#a003fe #61fe03

#a003fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a003fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a003fe Color CSS Codes

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

#a003fe Text Font Color

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

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


#a003fe Background Color

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

This div background color is #a003fe


#a003fe Border Color

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

This div border color is #a003fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,3,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a003fe


Comments

No comments written yet.

Please login to write comment.