Color Hex Logo

#a314fd Color Hex

#A314FD
(163,20,253)
0 Favorites   0 Comments

Color spaces of #a314fd

RGB 16320253
HSL0.770.980.54
HSV277°92°99°
CMYK 0.360.920.00   0.01
XYZ33.084015.378794.1532
Yxy15.37870.23200.1078
Hunter Lab39.215781.9626-114.8988
CIE-Lab46.148683.8378-83.3882

#a314fd color RGB value is (163,20,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00010100 11111101
Octal 243 24 375
Decimal 163 20 253
Hex A3 14 FD

RGB Percentages of Color #a314fd

%37.39
%4.59
%58.03

CMYK Percentages of Color #a314fd

%36
%92
%0
%1

Triadic Colors of #a314fd

#a314fd #fda314 #14fda3

Analogous Colors of #a314fd

#a314fd #fd14e3 #2e14fd

Monochromatic Colors of #a314fd

#a314fd

Complementary Color

#a314fd #6efd14

#a314fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a314fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a314fd Color CSS Codes

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

#a314fd Text Font Color

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

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


#a314fd Background Color

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

This div background color is #a314fd


#a314fd Border Color

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

This div border color is #a314fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a314fd

Related Colors


Comments

No comments written yet.

Please login to write comment.