Color Hex Logo

#a53cfc Color Hex

#A53CFC
(165,60,252)
0 Favorites   0 Comments

Color spaces of #a53cfc

RGB 16560252
HSL0.760.970.61
HSV273°76°99°
CMYK 0.350.760.00   0.01
XYZ34.703618.259393.7908
Yxy18.25930.23650.1244
Hunter Lab42.730970.1884-100.2250
CIE-Lab49.809173.7078-76.8322

#a53cfc color RGB value is (165,60,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00111100 11111100
Octal 245 74 374
Decimal 165 60 252
Hex A5 3C FC

RGB Percentages of Color #a53cfc

%34.59
%12.58
%52.83

CMYK Percentages of Color #a53cfc

%35
%76
%0
%1

Triadic Colors of #a53cfc

#a53cfc #fca53c #3cfca5

Analogous Colors of #a53cfc

#a53cfc #fc3cf3 #453cfc

Monochromatic Colors of #a53cfc

#a53cfc

Complementary Color

#a53cfc #93fc3c

#a53cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a53cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a53cfc Color CSS Codes

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

#a53cfc Text Font Color

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

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


#a53cfc Background Color

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

This div background color is #a53cfc


#a53cfc Border Color

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

This div border color is #a53cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a53cfc


Comments

No comments written yet.

Please login to write comment.