Color Hex Logo

#a570df Color Hex

#A570DF
(165,112,223)
0 Favorites   0 Comments

Color spaces of #a570df

RGB 165112223
HSL0.750.630.66
HSV269°50°87°
CMYK 0.260.500.00   0.13
XYZ34.630524.915472.7960
Yxy24.91540.26170.1883
Hunter Lab49.915336.4888-51.5272
CIE-Lab56.992942.4921-49.0325

#a570df color RGB value is (165,112,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01110000 11011111
Octal 245 160 337
Decimal 165 112 223
Hex A5 70 DF

RGB Percentages of Color #a570df

%33.00
%22.40
%44.60

CMYK Percentages of Color #a570df

%26
%50
%0
%13

Triadic Colors of #a570df

#a570df #dfa570 #70dfa5

Analogous Colors of #a570df

#a570df #dd70df #7073df

Monochromatic Colors of #a570df

#a570df

Complementary Color

#a570df #aadf70

#a570df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a570df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a570df Color CSS Codes

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

#a570df Text Font Color

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

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


#a570df Background Color

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

This div background color is #a570df


#a570df Border Color

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

This div border color is #a570df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,112,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 #a570df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a570df


Comments

No comments written yet.

Please login to write comment.