Color Hex Logo

#a573fb Color Hex

#A573FB
(165,115,251)
0 Favorites   0 Comments

Color spaces of #a573fb

RGB 165115251
HSL0.730.940.72
HSV262°54°98°
CMYK 0.340.540.00   0.02
XYZ39.060427.225894.4632
Yxy27.22580.24300.1694
Hunter Lab52.178342.3119-70.8132
CIE-Lab59.182747.6737-61.1244

#a573fb color RGB value is (165,115,251).

#a573fb hex color red value is 165, green value is 115 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a573fb hue: 0.73 , saturation: 0.94 and the lightness value of a573fb is 0.72.

The process color (four color CMYK) of #a573fb color hex is 0.34, 0.54, 0.00, 0.02. Web safe color of #a573fb is #9966ff. Color #a573fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01110011 11111011
Octal 245 163 373
Decimal 165 115 251
Hex A5 73 FB

RGB Percentages of Color #a573fb

%31.07
%21.66
%47.27

CMYK Percentages of Color #a573fb

%34
%54
%0
%2

Triadic Colors of #a573fb

#a573fb #fba573 #73fba5

Analogous Colors of #a573fb

#a573fb #e973fb #7385fb

Monochromatic Colors of #a573fb

#a573fb

Complementary Color

#a573fb #c9fb73

#a573fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a573fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a573fb Color CSS Codes

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

#a573fb Text Font Color

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

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


#a573fb Background Color

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

This div background color is #a573fb


#a573fb Border Color

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

This div border color is #a573fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a573fb


Comments

No comments written yet.

Please login to write comment.