Color Hex Logo

#a29dca Color Hex

#A29DCA
(162,157,202)
0 Favorites   0 Comments

Color spaces of #a29dca

RGB 162157202
HSL0.690.300.70
HSV247°22°79°
CMYK 0.200.220.00   0.21
XYZ37.617936.059660.8546
Yxy36.05960.27960.2680
Hunter Lab60.04966.7338-18.0500
CIE-Lab66.565411.2182-22.3891

#a29dca color RGB value is (162,157,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10011101 11001010
Octal 242 235 312
Decimal 162 157 202
Hex A2 9D CA

RGB Percentages of Color #a29dca

%31.09
%30.13
%38.77

CMYK Percentages of Color #a29dca

%20
%22
%0
%21

Triadic Colors of #a29dca

#a29dca #caa29d #9dcaa2

Analogous Colors of #a29dca

#a29dca #b99dca #9dafca

Monochromatic Colors of #a29dca

#a29dca

Complementary Color

#a29dca #c5ca9d

#a29dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a29dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a29dca Color CSS Codes

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

#a29dca Text Font Color

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

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


#a29dca Background Color

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

This div background color is #a29dca


#a29dca Border Color

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

This div border color is #a29dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a29dca


Comments

No comments written yet.

Please login to write comment.