Color Hex Logo

#a760dd Color Hex

#A760DD
(167,96,221)
0 Favorites   0 Comments

Color spaces of #a760dd

RGB 16796221
HSL0.760.650.62
HSV274°57°87°
CMYK 0.240.570.00   0.13
XYZ33.170421.801770.8665
Yxy21.80170.26360.1733
Hunter Lab46.692345.0956-57.3019
CIE-Lab53.816051.0946-52.9509

#a760dd color RGB value is (167,96,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01100000 11011101
Octal 247 140 335
Decimal 167 96 221
Hex A7 60 DD

RGB Percentages of Color #a760dd

%34.50
%19.83
%45.66

CMYK Percentages of Color #a760dd

%24
%57
%0
%13

Triadic Colors of #a760dd

#a760dd #dda760 #60dda7

Analogous Colors of #a760dd

#a760dd #dd60d5 #6960dd

Monochromatic Colors of #a760dd

#a760dd

Complementary Color

#a760dd #96dd60

#a760dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a760dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a760dd Color CSS Codes

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

#a760dd Text Font Color

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

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


#a760dd Background Color

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

This div background color is #a760dd


#a760dd Border Color

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

This div border color is #a760dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a760dd


Comments

No comments written yet.

Please login to write comment.