Color Hex Logo

#a53efd Color Hex

#A53EFD
(165,62,253)
0 Favorites   0 Comments

Color spaces of #a53efd

RGB 16562253
HSL0.760.980.62
HSV272°75°99°
CMYK 0.350.750.00   0.01
XYZ34.969318.536494.6633
Yxy18.53640.23600.1251
Hunter Lab43.053969.6371-100.2241
CIE-Lab50.140373.1898-76.8494

#a53efd color RGB value is (165,62,253).

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

The process color (four color CMYK) of #a53efd color hex is 0.35, 0.75, 0.00, 0.01. Web safe color of #a53efd is #9933ff. Color #a53efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00111110 11111101
Octal 245 76 375
Decimal 165 62 253
Hex A5 3E FD

RGB Percentages of Color #a53efd

%34.38
%12.92
%52.71

CMYK Percentages of Color #a53efd

%35
%75
%0
%1

Triadic Colors of #a53efd

#a53efd #fda53e #3efda5

Analogous Colors of #a53efd

#a53efd #fd3ef6 #463efd

Monochromatic Colors of #a53efd

#a53efd

Complementary Color

#a53efd #96fd3e

#a53efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a53efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a53efd Color CSS Codes

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

#a53efd Text Font Color

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

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


#a53efd Background Color

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

This div background color is #a53efd


#a53efd Border Color

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

This div border color is #a53efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a53efd

Related Colors


Comments

No comments written yet.

Please login to write comment.