Color Hex Logo

#a571df Color Hex

#A571DF
(165,113,223)
0 Favorites   0 Comments

Color spaces of #a571df

RGB 165113223
HSL0.750.630.66
HSV268°49°87°
CMYK 0.260.490.00   0.13
XYZ34.741525.137372.8329
Yxy25.13730.26180.1894
Hunter Lab50.137135.9480-51.0331
CIE-Lab57.209041.9420-48.6895

#a571df color RGB value is (165,113,223).

#a571df hex color red value is 165, green value is 113 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a571df hue: 0.75 , saturation: 0.63 and the lightness value of a571df is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01110001 11011111
Octal 245 161 337
Decimal 165 113 223
Hex A5 71 DF

RGB Percentages of Color #a571df

%32.93
%22.55
%44.51

CMYK Percentages of Color #a571df

%26
%49
%0
%13

Triadic Colors of #a571df

#a571df #dfa571 #71dfa5

Analogous Colors of #a571df

#a571df #dc71df #7174df

Monochromatic Colors of #a571df

#a571df

Complementary Color

#a571df #abdf71

#a571df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a571df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a571df Color CSS Codes

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

#a571df Text Font Color

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

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


#a571df Background Color

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

This div background color is #a571df


#a571df Border Color

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

This div border color is #a571df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a571df


Comments

No comments written yet.

Please login to write comment.