Color Hex Logo

#a518fe Color Hex

#A518FE
(165,24,254)
0 Favorites   0 Comments

Color spaces of #a518fe

RGB 16524254
HSL0.770.990.55
HSV277°91°100°
CMYK 0.350.910.00   0.00
XYZ33.733115.808495.0393
Yxy15.80840.23330.1093
Hunter Lab39.759881.8638-113.8913
CIE-Lab46.722183.6510-82.9953

#a518fe color RGB value is (165,24,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00011000 11111110
Octal 245 30 376
Decimal 165 24 254
Hex A5 18 FE

RGB Percentages of Color #a518fe

%37.25
%5.42
%57.34

CMYK Percentages of Color #a518fe

%35
%91
%0
%0

Triadic Colors of #a518fe

#a518fe #fea518 #18fea5

Analogous Colors of #a518fe

#a518fe #fe18e4 #3218fe

Monochromatic Colors of #a518fe

#a518fe

Complementary Color

#a518fe #71fe18

#a518fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a518fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a518fe Color CSS Codes

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

#a518fe Text Font Color

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

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


#a518fe Background Color

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

This div background color is #a518fe


#a518fe Border Color

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

This div border color is #a518fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a518fe


Comments

No comments written yet.

Please login to write comment.