Color Hex Logo

#a54efd Color Hex

#A54EFD
(165,78,253)
0 Favorites   0 Comments

Color spaces of #a54efd

RGB 16578253
HSL0.750.980.65
HSV270°69°99°
CMYK 0.350.690.00   0.01
XYZ35.971120.540094.9972
Yxy20.54000.23740.1356
Hunter Lab45.321162.3626-92.5526
CIE-Lab52.442366.6566-73.1046

#a54efd color RGB value is (165,78,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01001110 11111101
Octal 245 116 375
Decimal 165 78 253
Hex A5 4E FD

RGB Percentages of Color #a54efd

%33.27
%15.73
%51.01

CMYK Percentages of Color #a54efd

%35
%69
%0
%1

Triadic Colors of #a54efd

#a54efd #fda54e #4efda5

Analogous Colors of #a54efd

#a54efd #fd4efd #4e4ffd

Monochromatic Colors of #a54efd

#a54efd

Complementary Color

#a54efd #a6fd4e

#a54efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a54efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a54efd Color CSS Codes

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

#a54efd Text Font Color

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

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


#a54efd Background Color

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

This div background color is #a54efd


#a54efd Border Color

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

This div border color is #a54efd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,78,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a54efd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a54efd

Related Colors


Comments

No comments written yet.

Please login to write comment.