Color Hex Logo

#a30dfe Color Hex

#A30DFE
(163,13,254)
0 Favorites   0 Comments

Color spaces of #a30dfe

RGB 16313254
HSL0.770.990.52
HSV277°95°100°
CMYK 0.360.950.00   0.00
XYZ33.137615.230194.9591
Yxy15.23010.23120.1063
Hunter Lab39.025883.2730-116.9489
CIE-Lab45.947884.8932-84.2766

#a30dfe color RGB value is (163,13,254).

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

The process color (four color CMYK) of #a30dfe color hex is 0.36, 0.95, 0.00, 0.00. Web safe color of #a30dfe is #9900ff. Color #a30dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00001101 11111110
Octal 243 15 376
Decimal 163 13 254
Hex A3 D FE

RGB Percentages of Color #a30dfe

%37.91
%3.02
%59.07

CMYK Percentages of Color #a30dfe

%36
%95
%0
%0

Triadic Colors of #a30dfe

#a30dfe #fea30d #0dfea3

Analogous Colors of #a30dfe

#a30dfe #fe0de1 #2a0dfe

Monochromatic Colors of #a30dfe

#a30dfe

Complementary Color

#a30dfe #68fe0d

#a30dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a30dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a30dfe Color CSS Codes

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

#a30dfe Text Font Color

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

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


#a30dfe Background Color

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

This div background color is #a30dfe


#a30dfe Border Color

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

This div border color is #a30dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a30dfe

Related Colors


Comments

No comments written yet.

Please login to write comment.