Color Hex Logo

#a79bdb Color Hex

#A79BDB
(167,155,219)
0 Favorites   0 Comments

Color spaces of #a79bdb

RGB 167155219
HSL0.700.470.73
HSV251°29°86°
CMYK 0.240.290.00   0.14
XYZ40.443936.772771.9840
Yxy36.77270.27110.2465
Hunter Lab60.640512.9289-27.9325
CIE-Lab67.106117.8592-30.9431

#a79bdb color RGB value is (167,155,219).

#a79bdb hex color red value is 167, green value is 155 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a79bdb hue: 0.70 , saturation: 0.47 and the lightness value of a79bdb is 0.73.

The process color (four color CMYK) of #a79bdb color hex is 0.24, 0.29, 0.00, 0.14. Web safe color of #a79bdb is #9999cc. Color #a79bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10011011 11011011
Octal 247 233 333
Decimal 167 155 219
Hex A7 9B DB

RGB Percentages of Color #a79bdb

%30.87
%28.65
%40.48

CMYK Percentages of Color #a79bdb

%24
%29
%0
%14

Triadic Colors of #a79bdb

#a79bdb #dba79b #9bdba7

Analogous Colors of #a79bdb

#a79bdb #c79bdb #9bafdb

Monochromatic Colors of #a79bdb

#a79bdb

Complementary Color

#a79bdb #cfdb9b

#a79bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a79bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a79bdb Color CSS Codes

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

#a79bdb Text Font Color

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

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


#a79bdb Background Color

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

This div background color is #a79bdb


#a79bdb Border Color

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

This div border color is #a79bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a79bdb


Comments

No comments written yet.

Please login to write comment.