Color Hex Logo

#a748ac Color Hex

#A748AC
(167,72,172)
0 Favorites   0 Comments

Color spaces of #a748ac

RGB 16772172
HSL0.830.410.48
HSV297°58°67°
CMYK 0.030.580.00   0.33
XYZ25.700115.828840.7304
Yxy15.82880.31240.1924
Hunter Lab39.785445.6807-32.8484
CIE-Lab46.749152.8520-35.9182

#a748ac color RGB value is (167,72,172).

#a748ac hex color red value is 167, green value is 72 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a748ac hue: 0.83 , saturation: 0.41 and the lightness value of a748ac is 0.48.

The process color (four color CMYK) of #a748ac color hex is 0.03, 0.58, 0.00, 0.33. Web safe color of #a748ac is #993399. Color #a748ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01001000 10101100
Octal 247 110 254
Decimal 167 72 172
Hex A7 48 AC

RGB Percentages of Color #a748ac

%40.63
%17.52
%41.85

CMYK Percentages of Color #a748ac

%3
%58
%0
%33

Triadic Colors of #a748ac

#a748ac #aca748 #48aca7

Analogous Colors of #a748ac

#a748ac #ac487f #7548ac

Monochromatic Colors of #a748ac

#a748ac

Complementary Color

#a748ac #4dac48

#a748ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a748ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a748ac Color CSS Codes

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

#a748ac Text Font Color

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

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


#a748ac Background Color

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

This div background color is #a748ac


#a748ac Border Color

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

This div border color is #a748ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a748ac


Comments

No comments written yet.

Please login to write comment.