Color Hex Logo

#a573ca Color Hex

#A573CA
(165,115,202)
0 Favorites   0 Comments

Color spaces of #a573ca

RGB 165115202
HSL0.760.450.62
HSV274°43°79°
CMYK 0.180.430.00   0.21
XYZ32.308524.525158.9081
Yxy24.52510.27910.2119
Hunter Lab49.522829.7878-35.8603
CIE-Lab56.609735.9766-37.7785

#a573ca color RGB value is (165,115,202).

#a573ca hex color red value is 165, green value is 115 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a573ca hue: 0.76 , saturation: 0.45 and the lightness value of a573ca is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01110011 11001010
Octal 245 163 312
Decimal 165 115 202
Hex A5 73 CA

RGB Percentages of Color #a573ca

%34.23
%23.86
%41.91

CMYK Percentages of Color #a573ca

%18
%43
%0
%21

Triadic Colors of #a573ca

#a573ca #caa573 #73caa5

Analogous Colors of #a573ca

#a573ca #ca73c4 #7a73ca

Monochromatic Colors of #a573ca

#a573ca

Complementary Color

#a573ca #98ca73

#a573ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a573ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a573ca Color CSS Codes

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

#a573ca Text Font Color

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

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


#a573ca Background Color

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

This div background color is #a573ca


#a573ca Border Color

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

This div border color is #a573ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,115,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 #a573ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a573ca


Comments

No comments written yet.

Please login to write comment.