color codes Logo

#a53ffd color codes

#A53FFD
(165,63,253)
0 Favorites   0 Comments

Color spaces of #a53ffd

RGB 16563253
HSL0.760.980.62
HSV272°75°99°
CMYK 0.350.750.00   0.01
XYZ35.024218.646294.6816
Yxy18.64620.23610.1257
Hunter Lab43.181269.2137-99.7757
CIE-Lab50.270772.8154-76.6369

#a53ffd color RGB value is (165,63,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00111111 11111101
Octal 245 77 375
Decimal 165 63 253
Hex A5 3F FD

RGB Percentages of Color #a53ffd

%34.30
%13.10
%52.60

CMYK Percentages of Color #a53ffd

%35
%75
%0
%1

Triadic Colors of #a53ffd

#a53ffd #fda53f #3ffda5

Analogous Colors of #a53ffd

#a53ffd #fd3ff6 #463ffd

Monochromatic Colors of #a53ffd

#a53ffd

Complementary Color

#a53ffd #97fd3f

#a53ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a53ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a53ffd Color CSS Codes

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

#a53ffd Text Font Color

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

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


#a53ffd Background Color

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

This div background color is #a53ffd


#a53ffd Border Color

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

This div border color is #a53ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a53ffd


Comments

No comments written yet.

Please login to write comment.