Color Hex Logo

#a76dde Color Hex

#A76DDE
(167,109,222)
0 Favorites   0 Comments

Color spaces of #a76dde

RGB 167109222
HSL0.750.630.65
HSV271°51°87°
CMYK 0.250.510.00   0.13
XYZ34.589824.426771.9990
Yxy24.42670.26400.1864
Hunter Lab49.423438.4354-51.7761
CIE-Lab56.512544.4228-49.2201

#a76dde color RGB value is (167,109,222).

#a76dde hex color red value is 167, green value is 109 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a76dde hue: 0.75 , saturation: 0.63 and the lightness value of a76dde is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01101101 11011110
Octal 247 155 336
Decimal 167 109 222
Hex A7 6D DE

RGB Percentages of Color #a76dde

%33.53
%21.89
%44.58

CMYK Percentages of Color #a76dde

%25
%51
%0
%13

Triadic Colors of #a76dde

#a76dde #dea76d #6ddea7

Analogous Colors of #a76dde

#a76dde #de6ddd #6f6dde

Monochromatic Colors of #a76dde

#a76dde

Complementary Color

#a76dde #a4de6d

#a76dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a76dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a76dde Color CSS Codes

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

#a76dde Text Font Color

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

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


#a76dde Background Color

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

This div background color is #a76dde


#a76dde Border Color

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

This div border color is #a76dde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,109,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a76dde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a76dde


Comments

No comments written yet.

Please login to write comment.