Color Hex Logo

#a29dcf Color Hex

#A29DCF
(162,157,207)
0 Favorites   0 Comments

Color spaces of #a29dcf

RGB 162157207
HSL0.680.340.71
HSV246°24°81°
CMYK 0.220.240.00   0.19
XYZ38.219736.300364.0237
Yxy36.30030.27590.2620
Hunter Lab60.24977.7953-20.8290
CIE-Lab66.748712.3753-24.8846

#a29dcf color RGB value is (162,157,207).

#a29dcf hex color red value is 162, green value is 157 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a29dcf hue: 0.68 , saturation: 0.34 and the lightness value of a29dcf is 0.71.

The process color (four color CMYK) of #a29dcf color hex is 0.22, 0.24, 0.00, 0.19. Web safe color of #a29dcf is #9999cc. Color #a29dcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10011101 11001111
Octal 242 235 317
Decimal 162 157 207
Hex A2 9D CF

RGB Percentages of Color #a29dcf

%30.80
%29.85
%39.35

CMYK Percentages of Color #a29dcf

%22
%24
%0
%19

Triadic Colors of #a29dcf

#a29dcf #cfa29d #9dcfa2

Analogous Colors of #a29dcf

#a29dcf #bb9dcf #9db1cf

Monochromatic Colors of #a29dcf

#a29dcf

Complementary Color

#a29dcf #cacf9d

#a29dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a29dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a29dcf Color CSS Codes

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

#a29dcf Text Font Color

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

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


#a29dcf Background Color

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

This div background color is #a29dcf


#a29dcf Border Color

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

This div border color is #a29dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a29dcf


Comments

No comments written yet.

Please login to write comment.