Color Hex Logo

#a766dd Color Hex

#A766DD
(167,102,221)
0 Favorites   0 Comments

Color spaces of #a766dd

RGB 167102221
HSL0.760.640.63
HSV273°54°87°
CMYK 0.240.540.00   0.13
XYZ33.738922.938771.0560
Yxy22.93870.26410.1796
Hunter Lab47.894441.9281-54.4365
CIE-Lab55.009147.9513-51.0481

#a766dd color RGB value is (167,102,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01100110 11011101
Octal 247 146 335
Decimal 167 102 221
Hex A7 66 DD

RGB Percentages of Color #a766dd

%34.08
%20.82
%45.10

CMYK Percentages of Color #a766dd

%24
%54
%0
%13

Triadic Colors of #a766dd

#a766dd #dda766 #66dda7

Analogous Colors of #a766dd

#a766dd #dd66d8 #6c66dd

Monochromatic Colors of #a766dd

#a766dd

Complementary Color

#a766dd #9cdd66

#a766dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a766dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a766dd Color CSS Codes

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

#a766dd Text Font Color

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

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


#a766dd Background Color

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

This div background color is #a766dd


#a766dd Border Color

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

This div border color is #a766dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a766dd


Comments

No comments written yet.

Please login to write comment.