Color Hex Logo

#a053ce Color Hex

#A053CE
(160,83,206)
0 Favorites   0 Comments

Color spaces of #a053ce

RGB 16083206
HSL0.770.560.57
HSV278°60°81°
CMYK 0.220.600.00   0.19
XYZ28.731018.116360.3750
Yxy18.11630.26800.1690
Hunter Lab42.563246.0052-54.3072
CIE-Lab49.636952.6455-51.1424

#a053ce color RGB value is (160,83,206).

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

The process color (four color CMYK) of #a053ce color hex is 0.22, 0.60, 0.00, 0.19. Web safe color of #a053ce is #9966cc. Color #a053ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010011 11001110
Octal 240 123 316
Decimal 160 83 206
Hex A0 53 CE

RGB Percentages of Color #a053ce

%35.63
%18.49
%45.88

CMYK Percentages of Color #a053ce

%22
%60
%0
%19

Triadic Colors of #a053ce

#a053ce #cea053 #53cea0

Analogous Colors of #a053ce

#a053ce #ce53bf #6253ce

Monochromatic Colors of #a053ce

#a053ce

Complementary Color

#a053ce #81ce53

#a053ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a053ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a053ce Color CSS Codes

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

#a053ce Text Font Color

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

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


#a053ce Background Color

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

This div background color is #a053ce


#a053ce Border Color

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

This div border color is #a053ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a053ce


Comments

No comments written yet.

Please login to write comment.