Color Hex Logo

#a814fd Color Hex

#A814FD
(168,20,253)
0 Favorites   0 Comments

Color spaces of #a814fd

RGB 16820253
HSL0.770.980.54
HSV278°92°99°
CMYK 0.340.920.00   0.01
XYZ34.128215.917094.2020
Yxy15.91700.23660.1103
Hunter Lab39.896182.8755-112.0672
CIE-Lab46.865484.4101-82.1852

#a814fd color RGB value is (168,20,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00010100 11111101
Octal 250 24 375
Decimal 168 20 253
Hex A8 14 FD

RGB Percentages of Color #a814fd

%38.10
%4.54
%57.37

CMYK Percentages of Color #a814fd

%34
%92
%0
%1

Triadic Colors of #a814fd

#a814fd #fda814 #14fda8

Analogous Colors of #a814fd

#a814fd #fd14de #3314fd

Monochromatic Colors of #a814fd

#a814fd

Complementary Color

#a814fd #69fd14

#a814fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a814fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a814fd Color CSS Codes

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

#a814fd Text Font Color

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

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


#a814fd Background Color

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

This div background color is #a814fd


#a814fd Border Color

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

This div border color is #a814fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a814fd

Related Colors


Comments

No comments written yet.

Please login to write comment.