Color Hex Logo

#a815fe Color Hex

#A815FE
(168,21,254)
0 Favorites   0 Comments

Color spaces of #a815fe

RGB 16821254
HSL0.770.990.54
HSV278°92°100°
CMYK 0.340.920.00   0.00
XYZ34.306016.016995.0494
Yxy16.01690.23600.1102
Hunter Lab40.021182.9728-112.7978
CIE-Lab46.996784.4604-82.5287

#a815fe color RGB value is (168,21,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00010101 11111110
Octal 250 25 376
Decimal 168 21 254
Hex A8 15 FE

RGB Percentages of Color #a815fe

%37.92
%4.74
%57.34

CMYK Percentages of Color #a815fe

%34
%92
%0
%0

Triadic Colors of #a815fe

#a815fe #fea815 #15fea8

Analogous Colors of #a815fe

#a815fe #fe15e0 #3315fe

Monochromatic Colors of #a815fe

#a815fe

Complementary Color

#a815fe #6bfe15

#a815fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a815fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a815fe Color CSS Codes

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

#a815fe Text Font Color

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

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


#a815fe Background Color

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

This div background color is #a815fe


#a815fe Border Color

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

This div border color is #a815fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a815fe


Comments

No comments written yet.

Please login to write comment.