Color Hex Logo

#a29ed1 Color Hex

#A29ED1
(162,158,209)
0 Favorites   0 Comments

Color spaces of #a29ed1

RGB 162158209
HSL0.680.360.72
HSV245°24°82°
CMYK 0.220.240.00   0.18
XYZ38.635836.738665.3765
Yxy36.73860.27450.2610
Hunter Lab60.61247.7086-21.5215
CIE-Lab67.080512.2800-25.4846

#a29ed1 color RGB value is (162,158,209).

#a29ed1 hex color red value is 162, green value is 158 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #a29ed1 hue: 0.68 , saturation: 0.36 and the lightness value of a29ed1 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10011110 11010001
Octal 242 236 321
Decimal 162 158 209
Hex A2 9E D1

RGB Percentages of Color #a29ed1

%30.62
%29.87
%39.51

CMYK Percentages of Color #a29ed1

%22
%24
%0
%18

Triadic Colors of #a29ed1

#a29ed1 #d1a29e #9ed1a2

Analogous Colors of #a29ed1

#a29ed1 #bc9ed1 #9eb4d1

Monochromatic Colors of #a29ed1

#a29ed1

Complementary Color

#a29ed1 #cdd19e

#a29ed1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a29ed1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a29ed1 Color CSS Codes

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

#a29ed1 Text Font Color

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

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


#a29ed1 Background Color

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

This div background color is #a29ed1


#a29ed1 Border Color

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

This div border color is #a29ed1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a29ed1


Comments

No comments written yet.

Please login to write comment.