Color Hex Logo

#a30afd Color Hex

#A30AFD
(163,10,253)
0 Favorites   0 Comments

Color spaces of #a30afd

RGB 16310253
HSL0.770.980.52
HSV278°96°99°
CMYK 0.360.960.00   0.01
XYZ32.942415.095594.1060
Yxy15.09550.23180.1062
Hunter Lab38.852983.3529-116.4098
CIE-Lab45.764784.9898-84.0182

#a30afd color RGB value is (163,10,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00001010 11111101
Octal 243 12 375
Decimal 163 10 253
Hex A3 A FD

RGB Percentages of Color #a30afd

%38.26
%2.35
%59.39

CMYK Percentages of Color #a30afd

%36
%96
%0
%1

Triadic Colors of #a30afd

#a30afd #fda30a #0afda3

Analogous Colors of #a30afd

#a30afd #fd0ade #2a0afd

Monochromatic Colors of #a30afd

#a30afd

Complementary Color

#a30afd #64fd0a

#a30afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a30afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a30afd Color CSS Codes

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

#a30afd Text Font Color

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

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


#a30afd Background Color

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

This div background color is #a30afd


#a30afd Border Color

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

This div border color is #a30afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a30afd

Related Colors


Comments

No comments written yet.

Please login to write comment.