Color Hex Logo

#a053ca Color Hex

#A053CA
(160,83,202)
0 Favorites   0 Comments

Color spaces of #a053ca

RGB 16083202
HSL0.770.530.56
HSV279°59°79°
CMYK 0.210.590.00   0.21
XYZ28.251117.924457.8479
Yxy17.92440.27160.1723
Hunter Lab42.337245.0207-51.3755
CIE-Lab49.404351.7692-49.2181

#a053ca color RGB value is (160,83,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010011 11001010
Octal 240 123 312
Decimal 160 83 202
Hex A0 53 CA

RGB Percentages of Color #a053ca

%35.96
%18.65
%45.39

CMYK Percentages of Color #a053ca

%21
%59
%0
%21

Triadic Colors of #a053ca

#a053ca #caa053 #53caa0

Analogous Colors of #a053ca

#a053ca #ca53b9 #6553ca

Monochromatic Colors of #a053ca

#a053ca

Complementary Color

#a053ca #7dca53

#a053ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a053ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a053ca Color CSS Codes

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

#a053ca Text Font Color

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

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


#a053ca Background Color

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

This div background color is #a053ca


#a053ca Border Color

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

This div border color is #a053ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a053ca


Comments

No comments written yet.

Please login to write comment.