Color Hex Logo

#a48fac Color Hex

#A48FAC
(164,143,172)
0 Favorites   0 Comments

Color spaces of #a48fac

RGB 164143172
HSL0.790.150.62
HSV283°17°67°
CMYK 0.050.170.00   0.33
XYZ32.578730.516043.2028
Yxy30.51600.30650.2871
Hunter Lab55.24138.5986-7.7003
CIE-Lab62.096913.2951-12.3152

#a48fac color RGB value is (164,143,172).

#a48fac hex color red value is 164, green value is 143 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a48fac hue: 0.79 , saturation: 0.15 and the lightness value of a48fac is 0.62.

The process color (four color CMYK) of #a48fac color hex is 0.05, 0.17, 0.00, 0.33. Web safe color of #a48fac is #999999. Color #a48fac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10001111 10101100
Octal 244 217 254
Decimal 164 143 172
Hex A4 8F AC

RGB Percentages of Color #a48fac

%34.24
%29.85
%35.91

CMYK Percentages of Color #a48fac

%5
%17
%0
%33

Triadic Colors of #a48fac

#a48fac #aca48f #8faca4

Analogous Colors of #a48fac

#a48fac #ac8fa6 #968fac

Monochromatic Colors of #a48fac

#a48fac

Complementary Color

#a48fac #97ac8f

#a48fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a48fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a48fac Color CSS Codes

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

#a48fac Text Font Color

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

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


#a48fac Background Color

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

This div background color is #a48fac


#a48fac Border Color

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

This div border color is #a48fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a48fac


Comments

No comments written yet.

Please login to write comment.