Color Hex Logo

#a053cd Color Hex

#A053CD
(160,83,205)
0 Favorites   0 Comments

Color spaces of #a053cd

RGB 16083205
HSL0.770.550.56
HSV278°60°80°
CMYK 0.220.600.00   0.20
XYZ28.609918.067959.7371
Yxy18.06790.26890.1698
Hunter Lab42.506445.7575-53.5699
CIE-Lab49.578452.4256-50.6625

#a053cd color RGB value is (160,83,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010011 11001101
Octal 240 123 315
Decimal 160 83 205
Hex A0 53 CD

RGB Percentages of Color #a053cd

%35.71
%18.53
%45.76

CMYK Percentages of Color #a053cd

%22
%60
%0
%20

Triadic Colors of #a053cd

#a053cd #cda053 #53cda0

Analogous Colors of #a053cd

#a053cd #cd53bd #6353cd

Monochromatic Colors of #a053cd

#a053cd

Complementary Color

#a053cd #80cd53

#a053cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a053cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a053cd Color CSS Codes

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

#a053cd Text Font Color

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

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


#a053cd Background Color

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

This div background color is #a053cd


#a053cd Border Color

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

This div border color is #a053cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a053cd


Comments

No comments written yet.

Please login to write comment.