Color Hex Logo

#a571dd Color Hex

#A571DD
(165,113,221)
0 Favorites   0 Comments

Color spaces of #a571dd

RGB 165113221
HSL0.750.610.65
HSV269°49°87°
CMYK 0.250.490.00   0.13
XYZ34.473325.030071.4210
Yxy25.03000.26330.1912
Hunter Lab50.030035.4434-49.6193
CIE-Lab57.104641.4693-47.7317

#a571dd color RGB value is (165,113,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01110001 11011101
Octal 245 161 335
Decimal 165 113 221
Hex A5 71 DD

RGB Percentages of Color #a571dd

%33.07
%22.65
%44.29

CMYK Percentages of Color #a571dd

%25
%49
%0
%13

Triadic Colors of #a571dd

#a571dd #dda571 #71dda5

Analogous Colors of #a571dd

#a571dd #db71dd #7173dd

Monochromatic Colors of #a571dd

#a571dd

Complementary Color

#a571dd #a9dd71

#a571dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a571dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a571dd Color CSS Codes

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

#a571dd Text Font Color

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

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


#a571dd Background Color

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

This div background color is #a571dd


#a571dd Border Color

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

This div border color is #a571dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a571dd


Comments

No comments written yet.

Please login to write comment.