Color Hex Logo

#a573bd Color Hex

#A573BD
(165,115,189)
0 Favorites   0 Comments

Color spaces of #a573bd

RGB 165115189
HSL0.780.360.60
HSV281°39°74°
CMYK 0.130.390.00   0.26
XYZ30.833123.934951.1389
Yxy23.93490.29110.2260
Hunter Lab48.923326.8809-27.7288
CIE-Lab56.022633.1129-31.2862

#a573bd color RGB value is (165,115,189).

#a573bd hex color red value is 165, green value is 115 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a573bd hue: 0.78 , saturation: 0.36 and the lightness value of a573bd is 0.60.

The process color (four color CMYK) of #a573bd color hex is 0.13, 0.39, 0.00, 0.26. Web safe color of #a573bd is #9966cc. Color #a573bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01110011 10111101
Octal 245 163 275
Decimal 165 115 189
Hex A5 73 BD

RGB Percentages of Color #a573bd

%35.18
%24.52
%40.30

CMYK Percentages of Color #a573bd

%13
%39
%0
%26

Triadic Colors of #a573bd

#a573bd #bda573 #73bda5

Analogous Colors of #a573bd

#a573bd #bd73b0 #8073bd

Monochromatic Colors of #a573bd

#a573bd

Complementary Color

#a573bd #8bbd73

#a573bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a573bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a573bd Color CSS Codes

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

#a573bd Text Font Color

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

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


#a573bd Background Color

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

This div background color is #a573bd


#a573bd Border Color

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

This div border color is #a573bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a573bd


Comments

No comments written yet.

Please login to write comment.