Color Hex Logo

#a76ddb Color Hex

#A76DDB
(167,109,219)
0 Favorites   0 Comments

Color spaces of #a76ddb

RGB 167109219
HSL0.750.600.64
HSV272°50°86°
CMYK 0.240.500.00   0.14
XYZ34.191224.267269.8998
Yxy24.26720.26640.1891
Hunter Lab49.261737.6838-49.6461
CIE-Lab56.354343.7281-47.7827

#a76ddb color RGB value is (167,109,219).

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

The process color (four color CMYK) of #a76ddb color hex is 0.24, 0.50, 0.00, 0.14. Web safe color of #a76ddb is #9966cc. Color #a76ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01101101 11011011
Octal 247 155 333
Decimal 167 109 219
Hex A7 6D DB

RGB Percentages of Color #a76ddb

%33.74
%22.02
%44.24

CMYK Percentages of Color #a76ddb

%24
%50
%0
%14

Triadic Colors of #a76ddb

#a76ddb #dba76d #6ddba7

Analogous Colors of #a76ddb

#a76ddb #db6dd8 #706ddb

Monochromatic Colors of #a76ddb

#a76ddb

Complementary Color

#a76ddb #a1db6d

#a76ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a76ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a76ddb Color CSS Codes

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

#a76ddb Text Font Color

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

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


#a76ddb Background Color

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

This div background color is #a76ddb


#a76ddb Border Color

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

This div border color is #a76ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a76ddb


Comments

No comments written yet.

Please login to write comment.