Color Hex Logo

#a53afd Color Hex

#A53AFD
(165,58,253)
0 Favorites   0 Comments

Color spaces of #a53afd

RGB 16558253
HSL0.760.980.61
HSV273°77°99°
CMYK 0.350.770.00   0.01
XYZ34.759718.117394.5935
Yxy18.11730.23570.1229
Hunter Lab42.564471.2820-101.9687
CIE-Lab49.638174.6375-77.6684

#a53afd color RGB value is (165,58,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00111010 11111101
Octal 245 72 375
Decimal 165 58 253
Hex A5 3A FD

RGB Percentages of Color #a53afd

%34.66
%12.18
%53.15

CMYK Percentages of Color #a53afd

%35
%77
%0
%1

Triadic Colors of #a53afd

#a53afd #fda53a #3afda5

Analogous Colors of #a53afd

#a53afd #fd3af4 #443afd

Monochromatic Colors of #a53afd

#a53afd

Complementary Color

#a53afd #92fd3a

#a53afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a53afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a53afd Color CSS Codes

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

#a53afd Text Font Color

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

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


#a53afd Background Color

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

This div background color is #a53afd


#a53afd Border Color

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

This div border color is #a53afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a53afd


Comments

No comments written yet.

Please login to write comment.