Color Hex Logo

#a53aff Color Hex

#A53AFF
(165,58,255)
0 Favorites   0 Comments

Color spaces of #a53aff

RGB 16558255
HSL0.761.000.61
HSV273°77°100°
CMYK 0.350.770.00   0.00
XYZ35.080118.245496.2805
Yxy18.24540.23450.1220
Hunter Lab42.714671.8455-103.7418
CIE-Lab49.792475.0675-78.5301

#a53aff color RGB value is (165,58,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00111010 11111111
Octal 245 72 377
Decimal 165 58 255
Hex A5 3A FF

RGB Percentages of Color #a53aff

%34.52
%12.13
%53.35

CMYK Percentages of Color #a53aff

%35
%77
%0
%0

Triadic Colors of #a53aff

#a53aff #ffa53a #3affa5

Analogous Colors of #a53aff

#a53aff #ff3af7 #433aff

Monochromatic Colors of #a53aff

#a53aff

Complementary Color

#a53aff #94ff3a

#a53aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a53aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a53aff Color CSS Codes

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

#a53aff Text Font Color

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

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


#a53aff Background Color

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

This div background color is #a53aff


#a53aff Border Color

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

This div border color is #a53aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a53aff

Related Colors


Comments

No comments written yet.

Please login to write comment.