Color Hex Logo

#a53cfa Color Hex

#A53CFA
(165,60,250)
0 Favorites   0 Comments

Color spaces of #a53cfa

RGB 16560250
HSL0.760.950.61
HSV273°76°98°
CMYK 0.340.760.00   0.02
XYZ34.388218.133292.1301
Yxy18.13320.23770.1254
Hunter Lab42.583169.6282-98.4679
CIE-Lab49.657373.2764-75.9641

#a53cfa color RGB value is (165,60,250).

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

The process color (four color CMYK) of #a53cfa color hex is 0.34, 0.76, 0.00, 0.02. Web safe color of #a53cfa is #9933ff. Color #a53cfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00111100 11111010
Octal 245 74 372
Decimal 165 60 250
Hex A5 3C FA

RGB Percentages of Color #a53cfa

%34.74
%12.63
%52.63

CMYK Percentages of Color #a53cfa

%34
%76
%0
%2

Triadic Colors of #a53cfa

#a53cfa #faa53c #3cfaa5

Analogous Colors of #a53cfa

#a53cfa #fa3cf0 #463cfa

Monochromatic Colors of #a53cfa

#a53cfa

Complementary Color

#a53cfa #91fa3c

#a53cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a53cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a53cfa Color CSS Codes

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

#a53cfa Text Font Color

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

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


#a53cfa Background Color

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

This div background color is #a53cfa


#a53cfa Border Color

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

This div border color is #a53cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a53cfa


Comments

No comments written yet.

Please login to write comment.