Color Hex Logo

#a48daf Color Hex

#A48DAF
(164,141,175)
0 Favorites   0 Comments

Color spaces of #a48daf

RGB 164141175
HSL0.780.180.62
HSV281°19°69°
CMYK 0.060.190.00   0.31
XYZ32.572630.037444.6385
Yxy30.03740.30370.2801
Hunter Lab54.806410.1752-9.9258
CIE-Lab61.686515.0424-14.6331

#a48daf color RGB value is (164,141,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10001101 10101111
Octal 244 215 257
Decimal 164 141 175
Hex A4 8D AF

RGB Percentages of Color #a48daf

%34.17
%29.38
%36.46

CMYK Percentages of Color #a48daf

%6
%19
%0
%31

Triadic Colors of #a48daf

#a48daf #afa48d #8dafa4

Analogous Colors of #a48daf

#a48daf #af8da9 #938daf

Monochromatic Colors of #a48daf

#a48daf

Complementary Color

#a48daf #98af8d

#a48daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a48daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a48daf Color CSS Codes

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

#a48daf Text Font Color

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

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


#a48daf Background Color

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

This div background color is #a48daf


#a48daf Border Color

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

This div border color is #a48daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a48daf


Comments

No comments written yet.

Please login to write comment.