Color Hex Logo

#a49cda Color Hex

#A49CDA
(164,156,218)
0 Favorites   0 Comments

Color spaces of #a49cda

RGB 164156218
HSL0.690.460.73
HSV248°28°85°
CMYK 0.250.280.00   0.15
XYZ39.853236.731471.3190
Yxy36.73140.26950.2483
Hunter Lab60.606411.3156-27.3454
CIE-Lab67.075016.1535-30.4586

#a49cda color RGB value is (164,156,218).

#a49cda hex color red value is 164, green value is 156 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a49cda hue: 0.69 , saturation: 0.46 and the lightness value of a49cda is 0.73.

The process color (four color CMYK) of #a49cda color hex is 0.25, 0.28, 0.00, 0.15. Web safe color of #a49cda is #9999cc. Color #a49cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10011100 11011010
Octal 244 234 332
Decimal 164 156 218
Hex A4 9C DA

RGB Percentages of Color #a49cda

%30.48
%29.00
%40.52

CMYK Percentages of Color #a49cda

%25
%28
%0
%15

Triadic Colors of #a49cda

#a49cda #daa49c #9cdaa4

Analogous Colors of #a49cda

#a49cda #c39cda #9cb3da

Monochromatic Colors of #a49cda

#a49cda

Complementary Color

#a49cda #d2da9c

#a49cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49cda Color CSS Codes

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

#a49cda Text Font Color

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

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


#a49cda Background Color

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

This div background color is #a49cda


#a49cda Border Color

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

This div border color is #a49cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49cda


Comments

No comments written yet.

Please login to write comment.