Color Hex Logo

#a573ea Color Hex

#A573EA
(165,115,234)
0 Favorites   0 Comments

Color spaces of #a573ea

RGB 165115234
HSL0.740.740.68
HSV265°51°92°
CMYK 0.290.510.00   0.08
XYZ36.499126.201380.9755
Yxy26.20130.25400.1824
Hunter Lab51.187237.7020-57.9627
CIE-Lab58.227643.4809-53.2226

#a573ea color RGB value is (165,115,234).

#a573ea hex color red value is 165, green value is 115 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a573ea hue: 0.74 , saturation: 0.74 and the lightness value of a573ea is 0.68.

The process color (four color CMYK) of #a573ea color hex is 0.29, 0.51, 0.00, 0.08. Web safe color of #a573ea is #9966ff. Color #a573ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01110011 11101010
Octal 245 163 352
Decimal 165 115 234
Hex A5 73 EA

RGB Percentages of Color #a573ea

%32.10
%22.37
%45.53

CMYK Percentages of Color #a573ea

%29
%51
%0
%8

Triadic Colors of #a573ea

#a573ea #eaa573 #73eaa5

Analogous Colors of #a573ea

#a573ea #e173ea #737dea

Monochromatic Colors of #a573ea

#a573ea

Complementary Color

#a573ea #b8ea73

#a573ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a573ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a573ea Color CSS Codes

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

#a573ea Text Font Color

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

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


#a573ea Background Color

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

This div background color is #a573ea


#a573ea Border Color

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

This div border color is #a573ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a573ea


Comments

No comments written yet.

Please login to write comment.