Color Hex Logo

#a766df Color Hex

#A766DF
(167,102,223)
0 Favorites   0 Comments

Color spaces of #a766df

RGB 167102223
HSL0.760.650.64
HSV272°54°87°
CMYK 0.250.540.00   0.13
XYZ34.007023.045972.4680
Yxy23.04590.26260.1779
Hunter Lab48.006142.4366-55.8973
CIE-Lab55.119648.4105-51.9993

#a766df color RGB value is (167,102,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01100110 11011111
Octal 247 146 337
Decimal 167 102 223
Hex A7 66 DF

RGB Percentages of Color #a766df

%33.94
%20.73
%45.33

CMYK Percentages of Color #a766df

%25
%54
%0
%13

Triadic Colors of #a766df

#a766df #dfa766 #66dfa7

Analogous Colors of #a766df

#a766df #df66db #6b66df

Monochromatic Colors of #a766df

#a766df

Complementary Color

#a766df #9edf66

#a766df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a766df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a766df Color CSS Codes

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

#a766df Text Font Color

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

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


#a766df Background Color

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

This div background color is #a766df


#a766df Border Color

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

This div border color is #a766df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a766df


Comments

No comments written yet.

Please login to write comment.