Color Hex Logo

#a558fe Color Hex

#A558FE
(165,88,254)
0 Favorites   0 Comments

Color spaces of #a558fe

RGB 16588254
HSL0.740.990.67
HSV268°65°100°
CMYK 0.350.650.00   0.00
XYZ36.896222.134596.0937
Yxy22.13450.23780.1427
Hunter Lab47.047357.6533-88.1661
CIE-Lab54.169462.2865-70.8593

#a558fe color RGB value is (165,88,254).

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

The process color (four color CMYK) of #a558fe color hex is 0.35, 0.65, 0.00, 0.00. Web safe color of #a558fe is #9966ff. Color #a558fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01011000 11111110
Octal 245 130 376
Decimal 165 88 254
Hex A5 58 FE

RGB Percentages of Color #a558fe

%32.54
%17.36
%50.10

CMYK Percentages of Color #a558fe

%35
%65
%0
%0

Triadic Colors of #a558fe

#a558fe #fea558 #58fea5

Analogous Colors of #a558fe

#a558fe #f858fe #585efe

Monochromatic Colors of #a558fe

#a558fe

Complementary Color

#a558fe #b1fe58

#a558fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a558fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a558fe Color CSS Codes

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

#a558fe Text Font Color

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

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


#a558fe Background Color

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

This div background color is #a558fe


#a558fe Border Color

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

This div border color is #a558fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a558fe

Related Colors


Comments

No comments written yet.

Please login to write comment.