Color Hex Logo

#a573da Color Hex

#A573DA
(165,115,218)
0 Favorites   0 Comments

Color spaces of #a573da

RGB 165115218
HSL0.750.580.65
HSV269°47°85°
CMYK 0.240.470.00   0.15
XYZ34.302725.322869.4095
Yxy25.32280.26580.1962
Hunter Lab50.321833.6145-46.5543
CIE-Lab57.388639.6562-45.5952

#a573da color RGB value is (165,115,218).

#a573da hex color red value is 165, green value is 115 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a573da hue: 0.75 , saturation: 0.58 and the lightness value of a573da is 0.65.

The process color (four color CMYK) of #a573da color hex is 0.24, 0.47, 0.00, 0.15. Web safe color of #a573da is #9966cc. Color #a573da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01110011 11011010
Octal 245 163 332
Decimal 165 115 218
Hex A5 73 DA

RGB Percentages of Color #a573da

%33.13
%23.09
%43.78

CMYK Percentages of Color #a573da

%24
%47
%0
%15

Triadic Colors of #a573da

#a573da #daa573 #73daa5

Analogous Colors of #a573da

#a573da #d973da #7375da

Monochromatic Colors of #a573da

#a573da

Complementary Color

#a573da #a8da73

#a573da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a573da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a573da Color CSS Codes

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

#a573da Text Font Color

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

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


#a573da Background Color

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

This div background color is #a573da


#a573da Border Color

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

This div border color is #a573da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,115,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a573da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a573da;
  -webkit-box-shadow: 1px 1px 3px 2px #a573da;
  box-shadow:         1px 1px 3px 2px #a573da; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,115,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a573da


Comments

No comments written yet.

Please login to write comment.