Color Hex Logo

#a818fe Color Hex

#A818FE
(168,24,254)
0 Favorites   0 Comments

Color spaces of #a818fe

RGB 16824254
HSL0.770.990.55
HSV278°91°100°
CMYK 0.340.910.00   0.00
XYZ34.364516.133995.0689
Yxy16.13390.23610.1108
Hunter Lab40.167082.4216-112.2130
CIE-Lab47.149784.0031-82.2779

#a818fe color RGB value is (168,24,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00011000 11111110
Octal 250 30 376
Decimal 168 24 254
Hex A8 18 FE

RGB Percentages of Color #a818fe

%37.67
%5.38
%56.95

CMYK Percentages of Color #a818fe

%34
%91
%0
%0

Triadic Colors of #a818fe

#a818fe #fea818 #18fea8

Analogous Colors of #a818fe

#a818fe #fe18e1 #3518fe

Monochromatic Colors of #a818fe

#a818fe

Complementary Color

#a818fe #6efe18

#a818fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a818fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a818fe Color CSS Codes

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

#a818fe Text Font Color

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

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


#a818fe Background Color

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

This div background color is #a818fe


#a818fe Border Color

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

This div border color is #a818fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,24,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a818fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a818fe

Related Colors


Comments

No comments written yet.

Please login to write comment.