Color Hex Logo

#a508fe Color Hex

#A508FE
(165,8,254)
0 Favorites   0 Comments

Color spaces of #a508fe

RGB 1658254
HSL0.770.990.51
HSV278°97°100°
CMYK 0.350.970.00   0.00
XYZ33.493315.328894.9594
Yxy15.32880.23290.1066
Hunter Lab39.152084.1851-116.3957
CIE-Lab46.081385.5723-84.0466

#a508fe color RGB value is (165,8,254).

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

The process color (four color CMYK) of #a508fe color hex is 0.35, 0.97, 0.00, 0.00. Web safe color of #a508fe is #9900ff. Color #a508fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00001000 11111110
Octal 245 10 376
Decimal 165 8 254
Hex A5 8 FE

RGB Percentages of Color #a508fe

%38.64
%1.87
%59.48

CMYK Percentages of Color #a508fe

%35
%97
%0
%0

Triadic Colors of #a508fe

#a508fe #fea508 #08fea5

Analogous Colors of #a508fe

#a508fe #fe08dc #2a08fe

Monochromatic Colors of #a508fe

#a508fe

Complementary Color

#a508fe #61fe08

#a508fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a508fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a508fe Color CSS Codes

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

#a508fe Text Font Color

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

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


#a508fe Background Color

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

This div background color is #a508fe


#a508fe Border Color

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

This div border color is #a508fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a508fe


Comments

No comments written yet.

Please login to write comment.