Color Hex Logo

#a48dae Color Hex

#A48DAE
(164,141,174)
0 Favorites   0 Comments

Color spaces of #a48dae

RGB 164141174
HSL0.780.170.62
HSV282°19°68°
CMYK 0.060.190.00   0.32
XYZ32.474729.998344.1230
Yxy29.99830.30470.2814
Hunter Lab54.77079.9877-9.4242
CIE-Lab61.652814.8369-14.1171

#a48dae color RGB value is (164,141,174).

#a48dae hex color red value is 164, green value is 141 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a48dae hue: 0.78 , saturation: 0.17 and the lightness value of a48dae is 0.62.

The process color (four color CMYK) of #a48dae color hex is 0.06, 0.19, 0.00, 0.32. Web safe color of #a48dae is #999999. Color #a48dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10001101 10101110
Octal 244 215 256
Decimal 164 141 174
Hex A4 8D AE

RGB Percentages of Color #a48dae

%34.24
%29.44
%36.33

CMYK Percentages of Color #a48dae

%6
%19
%0
%32

Triadic Colors of #a48dae

#a48dae #aea48d #8daea4

Analogous Colors of #a48dae

#a48dae #ae8da8 #948dae

Monochromatic Colors of #a48dae

#a48dae

Complementary Color

#a48dae #97ae8d

#a48dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a48dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a48dae Color CSS Codes

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

#a48dae Text Font Color

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

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


#a48dae Background Color

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

This div background color is #a48dae


#a48dae Border Color

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

This div border color is #a48dae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,141,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a48dae


Comments

No comments written yet.

Please login to write comment.