Color Hex Logo

#a053cc Color Hex

#A053CC
(160,83,204)
0 Favorites   0 Comments

Color spaces of #a053cc

RGB 16083204
HSL0.770.540.56
HSV278°59°80°
CMYK 0.220.590.00   0.20
XYZ28.489518.019759.1033
Yxy18.01970.26980.1706
Hunter Lab42.449645.5111-52.8357
CIE-Lab49.520052.2064-50.1820

#a053cc color RGB value is (160,83,204).

#a053cc hex color red value is 160, green value is 83 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a053cc hue: 0.77 , saturation: 0.54 and the lightness value of a053cc is 0.56.

The process color (four color CMYK) of #a053cc color hex is 0.22, 0.59, 0.00, 0.20. Web safe color of #a053cc is #9966cc. Color #a053cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010011 11001100
Octal 240 123 314
Decimal 160 83 204
Hex A0 53 CC

RGB Percentages of Color #a053cc

%35.79
%18.57
%45.64

CMYK Percentages of Color #a053cc

%22
%59
%0
%20

Triadic Colors of #a053cc

#a053cc #cca053 #53cca0

Analogous Colors of #a053cc

#a053cc #cc53bc #6453cc

Monochromatic Colors of #a053cc

#a053cc

Complementary Color

#a053cc #7fcc53

#a053cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a053cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a053cc Color CSS Codes

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

#a053cc Text Font Color

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

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


#a053cc Background Color

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

This div background color is #a053cc


#a053cc Border Color

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

This div border color is #a053cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a053cc


Comments

No comments written yet.

Please login to write comment.