Color Hex Logo

#a29bca Color Hex

#A29BCA
(162,155,202)
0 Favorites   0 Comments

Color spaces of #a29bca

RGB 162155202
HSL0.690.310.70
HSV249°23°79°
CMYK 0.200.230.00   0.21
XYZ37.282335.388360.7428
Yxy35.38830.27940.2653
Hunter Lab59.48817.7652-18.8989
CIE-Lab66.049912.3455-23.1771

#a29bca color RGB value is (162,155,202).

#a29bca hex color red value is 162, green value is 155 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a29bca hue: 0.69 , saturation: 0.31 and the lightness value of a29bca is 0.70.

The process color (four color CMYK) of #a29bca color hex is 0.20, 0.23, 0.00, 0.21. Web safe color of #a29bca is #9999cc. Color #a29bca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10011011 11001010
Octal 242 233 312
Decimal 162 155 202
Hex A2 9B CA

RGB Percentages of Color #a29bca

%31.21
%29.87
%38.92

CMYK Percentages of Color #a29bca

%20
%23
%0
%21

Triadic Colors of #a29bca

#a29bca #caa29b #9bcaa2

Analogous Colors of #a29bca

#a29bca #ba9bca #9bacca

Monochromatic Colors of #a29bca

#a29bca

Complementary Color

#a29bca #c3ca9b

#a29bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a29bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a29bca Color CSS Codes

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

#a29bca Text Font Color

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

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


#a29bca Background Color

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

This div background color is #a29bca


#a29bca Border Color

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

This div border color is #a29bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a29bca


Comments

No comments written yet.

Please login to write comment.