Color Hex Logo

#a81efd Color Hex

#A81EFD
(168,30,253)
0 Favorites   0 Comments

Color spaces of #a81efd

RGB 16830253
HSL0.770.980.55
HSV277°88°99°
CMYK 0.340.880.00   0.01
XYZ34.342316.345294.2734
Yxy16.34520.23690.1128
Hunter Lab40.429280.8745-109.9529
CIE-Lab47.424282.7432-81.2700

#a81efd color RGB value is (168,30,253).

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

The process color (four color CMYK) of #a81efd color hex is 0.34, 0.88, 0.00, 0.01. Web safe color of #a81efd is #9933ff. Color #a81efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00011110 11111101
Octal 250 36 375
Decimal 168 30 253
Hex A8 1E FD

RGB Percentages of Color #a81efd

%37.25
%6.65
%56.10

CMYK Percentages of Color #a81efd

%34
%88
%0
%1

Triadic Colors of #a81efd

#a81efd #fda81e #1efda8

Analogous Colors of #a81efd

#a81efd #fd1ee3 #391efd

Monochromatic Colors of #a81efd

#a81efd

Complementary Color

#a81efd #73fd1e

#a81efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a81efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a81efd Color CSS Codes

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

#a81efd Text Font Color

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

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


#a81efd Background Color

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

This div background color is #a81efd


#a81efd Border Color

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

This div border color is #a81efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a81efd

Related Colors


Comments

No comments written yet.

Please login to write comment.