Color Hex Logo

#a29abb Color Hex

#A29ABB
(162,154,187)
0 Favorites   0 Comments

Color spaces of #a29abb

RGB 162154187
HSL0.710.200.67
HSV255°18°73°
CMYK 0.130.180.00   0.27
XYZ35.425534.380451.7827
Yxy34.38040.29140.2828
Hunter Lab58.63485.2338-11.3170
CIE-Lab65.26349.5555-16.0034

#a29abb color RGB value is (162,154,187).

#a29abb hex color red value is 162, green value is 154 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a29abb hue: 0.71 , saturation: 0.20 and the lightness value of a29abb is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10011010 10111011
Octal 242 232 273
Decimal 162 154 187
Hex A2 9A BB

RGB Percentages of Color #a29abb

%32.21
%30.62
%37.18

CMYK Percentages of Color #a29abb

%13
%18
%0
%27

Triadic Colors of #a29abb

#a29abb #bba29a #9abba2

Analogous Colors of #a29abb

#a29abb #b39abb #9aa3bb

Monochromatic Colors of #a29abb

#a29abb

Complementary Color

#a29abb #b3bb9a

#a29abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a29abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a29abb Color CSS Codes

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

#a29abb Text Font Color

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

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


#a29abb Background Color

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

This div background color is #a29abb


#a29abb Border Color

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

This div border color is #a29abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a29abb


Comments

No comments written yet.

Please login to write comment.