Color Hex Logo

#a29dba Color Hex

#A29DBA
(162,157,186)
0 Favorites   0 Comments

Color spaces of #a29dba

RGB 162157186
HSL0.700.170.67
HSV250°16°73°
CMYK 0.130.160.00   0.27
XYZ35.820235.340551.3878
Yxy35.34050.29230.2884
Hunter Lab59.44793.5210-9.6378
CIE-Lab66.01297.6563-14.3133

#a29dba color RGB value is (162,157,186).

#a29dba hex color red value is 162, green value is 157 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a29dba hue: 0.70 , saturation: 0.17 and the lightness value of a29dba is 0.67.

The process color (four color CMYK) of #a29dba color hex is 0.13, 0.16, 0.00, 0.27. Web safe color of #a29dba is #9999cc. Color #a29dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10011101 10111010
Octal 242 235 272
Decimal 162 157 186
Hex A2 9D BA

RGB Percentages of Color #a29dba

%32.08
%31.09
%36.83

CMYK Percentages of Color #a29dba

%13
%16
%0
%27

Triadic Colors of #a29dba

#a29dba #baa29d #9dbaa2

Analogous Colors of #a29dba

#a29dba #b19dba #9da7ba

Monochromatic Colors of #a29dba

#a29dba

Complementary Color

#a29dba #b5ba9d

#a29dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a29dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a29dba Color CSS Codes

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

#a29dba Text Font Color

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

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


#a29dba Background Color

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

This div background color is #a29dba


#a29dba Border Color

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

This div border color is #a29dba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,157,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a29dba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a29dba;
  -webkit-box-shadow: 1px 1px 3px 2px #a29dba;
  box-shadow:         1px 1px 3px 2px #a29dba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,157,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a29dba


Comments

No comments written yet.

Please login to write comment.