Color Hex Logo

#a29fda Color Hex

#A29FDA
(162,159,218)
0 Favorites   0 Comments

Color spaces of #a29fda

RGB 162159218
HSL0.680.440.74
HSV243°27°85°
CMYK 0.260.270.00   0.15
XYZ39.953337.539671.4698
Yxy37.53960.26820.2520
Hunter Lab61.26969.1764-26.2720
CIE-Lab67.679913.8593-29.5381

#a29fda color RGB value is (162,159,218).

#a29fda hex color red value is 162, green value is 159 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a29fda hue: 0.68 , saturation: 0.44 and the lightness value of a29fda is 0.74.

The process color (four color CMYK) of #a29fda color hex is 0.26, 0.27, 0.00, 0.15. Web safe color of #a29fda is #9999cc. Color #a29fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10011111 11011010
Octal 242 237 332
Decimal 162 159 218
Hex A2 9F DA

RGB Percentages of Color #a29fda

%30.06
%29.50
%40.45

CMYK Percentages of Color #a29fda

%26
%27
%0
%15

Triadic Colors of #a29fda

#a29fda #daa29f #9fdaa2

Analogous Colors of #a29fda

#a29fda #c09fda #9fbada

Monochromatic Colors of #a29fda

#a29fda

Complementary Color

#a29fda #d7da9f

#a29fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a29fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a29fda Color CSS Codes

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

#a29fda Text Font Color

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

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


#a29fda Background Color

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

This div background color is #a29fda


#a29fda Border Color

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

This div border color is #a29fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a29fda


Comments

No comments written yet.

Please login to write comment.