Color Hex Logo

#a053fb Color Hex

#A053FB
(160,83,251)
0 Favorites   0 Comments

Color spaces of #a053fb

RGB 16083251
HSL0.740.950.65
HSV268°67°98°
CMYK 0.360.670.00   0.02
XYZ35.003020.625193.4030
Yxy20.62510.23490.1384
Hunter Lab45.414958.1009-90.1490
CIE-Lab52.536762.9756-71.8668

#a053fb color RGB value is (160,83,251).

#a053fb hex color red value is 160, green value is 83 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a053fb hue: 0.74 , saturation: 0.95 and the lightness value of a053fb is 0.65.

The process color (four color CMYK) of #a053fb color hex is 0.36, 0.67, 0.00, 0.02. Web safe color of #a053fb is #9966ff. Color #a053fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010011 11111011
Octal 240 123 373
Decimal 160 83 251
Hex A0 53 FB

RGB Percentages of Color #a053fb

%32.39
%16.80
%50.81

CMYK Percentages of Color #a053fb

%36
%67
%0
%2

Triadic Colors of #a053fb

#a053fb #fba053 #53fba0

Analogous Colors of #a053fb

#a053fb #f453fb #535afb

Monochromatic Colors of #a053fb

#a053fb

Complementary Color

#a053fb #aefb53

#a053fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a053fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a053fb Color CSS Codes

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

#a053fb Text Font Color

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

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


#a053fb Background Color

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

This div background color is #a053fb


#a053fb Border Color

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

This div border color is #a053fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,83,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a053fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a053fb;
  -webkit-box-shadow: 1px 1px 3px 2px #a053fb;
  box-shadow:         1px 1px 3px 2px #a053fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,83,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a053fb


Comments

No comments written yet.

Please login to write comment.