Color Hex Logo

#a053bc Color Hex

#A053BC
(160,83,188)
0 Favorites   0 Comments

Color spaces of #a053bc

RGB 16083188
HSL0.790.440.53
HSV284°56°74°
CMYK 0.150.560.00   0.26
XYZ26.667617.290949.5089
Yxy17.29090.28530.1850
Hunter Lab41.582341.7066-41.4844
CIE-Lab48.624548.7756-42.3719

#a053bc color RGB value is (160,83,188).

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

The process color (four color CMYK) of #a053bc color hex is 0.15, 0.56, 0.00, 0.26. Web safe color of #a053bc is #9966cc. Color #a053bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010011 10111100
Octal 240 123 274
Decimal 160 83 188
Hex A0 53 BC

RGB Percentages of Color #a053bc

%37.12
%19.26
%43.62

CMYK Percentages of Color #a053bc

%15
%56
%0
%26

Triadic Colors of #a053bc

#a053bc #bca053 #53bca0

Analogous Colors of #a053bc

#a053bc #bc53a4 #6c53bc

Monochromatic Colors of #a053bc

#a053bc

Complementary Color

#a053bc #6fbc53

#a053bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a053bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a053bc Color CSS Codes

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

#a053bc Text Font Color

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

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


#a053bc Background Color

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

This div background color is #a053bc


#a053bc Border Color

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

This div border color is #a053bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a053bc


Comments

No comments written yet.

Please login to write comment.