Color Hex Logo

#a813fd Color Hex

#A813FD
(168,19,253)
0 Favorites   0 Comments

Color spaces of #a813fd

RGB 16819253
HSL0.770.980.53
HSV278°92°99°
CMYK 0.340.920.00   0.01
XYZ34.110915.882494.1963
Yxy15.88240.23660.1101
Hunter Lab39.852783.0401-112.2415
CIE-Lab46.819884.5465-82.2600

#a813fd color RGB value is (168,19,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00010011 11111101
Octal 250 23 375
Decimal 168 19 253
Hex A8 13 FD

RGB Percentages of Color #a813fd

%38.18
%4.32
%57.50

CMYK Percentages of Color #a813fd

%34
%92
%0
%1

Triadic Colors of #a813fd

#a813fd #fda813 #13fda8

Analogous Colors of #a813fd

#a813fd #fd13dd #3313fd

Monochromatic Colors of #a813fd

#a813fd

Complementary Color

#a813fd #68fd13

#a813fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a813fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a813fd Color CSS Codes

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

#a813fd Text Font Color

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

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


#a813fd Background Color

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

This div background color is #a813fd


#a813fd Border Color

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

This div border color is #a813fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a813fd


Comments

No comments written yet.

Please login to write comment.