Color Hex Logo

#a053bb Color Hex

#A053BB
(160,83,187)
0 Favorites   0 Comments

Color spaces of #a053bb

RGB 16083187
HSL0.790.430.53
HSV284°56°73°
CMYK 0.140.560.00   0.27
XYZ26.560117.248048.9430
Yxy17.24800.28640.1860
Hunter Lab41.530741.4772-40.8004
CIE-Lab48.571048.5658-41.8759

#a053bb color RGB value is (160,83,187).

#a053bb hex color red value is 160, green value is 83 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a053bb hue: 0.79 , saturation: 0.43 and the lightness value of a053bb is 0.53.

The process color (four color CMYK) of #a053bb color hex is 0.14, 0.56, 0.00, 0.27. Web safe color of #a053bb is #9966cc. Color #a053bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010011 10111011
Octal 240 123 273
Decimal 160 83 187
Hex A0 53 BB

RGB Percentages of Color #a053bb

%37.21
%19.30
%43.49

CMYK Percentages of Color #a053bb

%14
%56
%0
%27

Triadic Colors of #a053bb

#a053bb #bba053 #53bba0

Analogous Colors of #a053bb

#a053bb #bb53a2 #6c53bb

Monochromatic Colors of #a053bb

#a053bb

Complementary Color

#a053bb #6ebb53

#a053bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a053bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a053bb Color CSS Codes

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

#a053bb Text Font Color

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

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


#a053bb Background Color

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

This div background color is #a053bb


#a053bb Border Color

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

This div border color is #a053bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a053bb


Comments

No comments written yet.

Please login to write comment.