Color Hex Logo

#a760df Color Hex

#A760DF
(167,96,223)
0 Favorites   0 Comments

Color spaces of #a760df

RGB 16796223
HSL0.760.660.63
HSV274°57°87°
CMYK 0.250.570.00   0.13
XYZ33.438521.908972.2785
Yxy21.90890.26200.1717
Hunter Lab46.806945.6068-58.7898
CIE-Lab53.930251.5480-53.8976

#a760df color RGB value is (167,96,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01100000 11011111
Octal 247 140 337
Decimal 167 96 223
Hex A7 60 DF

RGB Percentages of Color #a760df

%34.36
%19.75
%45.88

CMYK Percentages of Color #a760df

%25
%57
%0
%13

Triadic Colors of #a760df

#a760df #dfa760 #60dfa7

Analogous Colors of #a760df

#a760df #df60d8 #6860df

Monochromatic Colors of #a760df

#a760df

Complementary Color

#a760df #98df60

#a760df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a760df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a760df Color CSS Codes

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

#a760df Text Font Color

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

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


#a760df Background Color

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

This div background color is #a760df


#a760df Border Color

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

This div border color is #a760df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a760df


Comments

No comments written yet.

Please login to write comment.