Color Hex Logo

#a54ffe Color Hex

#A54FFE
(165,79,254)
0 Favorites   0 Comments

Color spaces of #a54ffe

RGB 16579254
HSL0.750.990.65
HSV269°69°100°
CMYK 0.350.690.00   0.00
XYZ36.202420.747195.8624
Yxy20.74710.23690.1358
Hunter Lab45.549062.1613-92.8975
CIE-Lab52.671666.4419-73.2877

#a54ffe color RGB value is (165,79,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01001111 11111110
Octal 245 117 376
Decimal 165 79 254
Hex A5 4F FE

RGB Percentages of Color #a54ffe

%33.13
%15.86
%51.00

CMYK Percentages of Color #a54ffe

%35
%69
%0
%0

Triadic Colors of #a54ffe

#a54ffe #fea54f #4ffea5

Analogous Colors of #a54ffe

#a54ffe #fd4ffe #4f51fe

Monochromatic Colors of #a54ffe

#a54ffe

Complementary Color

#a54ffe #a8fe4f

#a54ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a54ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a54ffe Color CSS Codes

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

#a54ffe Text Font Color

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

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


#a54ffe Background Color

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

This div background color is #a54ffe


#a54ffe Border Color

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

This div border color is #a54ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a54ffe


Comments

No comments written yet.

Please login to write comment.