Color Hex Logo

#a8749a Color Hex

#A8749A
(168,116,154)
0 Favorites   0 Comments

Color spaces of #a8749a

RGB 168116154
HSL0.880.230.56
HSV316°31°66°
CMYK 0.000.310.08   0.34
XYZ28.226623.148733.5523
Yxy23.14870.33240.2726
Hunter Lab48.113120.5230-7.6675
CIE-Lab55.225226.5827-12.2862

#a8749a color RGB value is (168,116,154).

#a8749a hex color red value is 168, green value is 116 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #a8749a hue: 0.88 , saturation: 0.23 and the lightness value of a8749a is 0.56.

The process color (four color CMYK) of #a8749a color hex is 0.00, 0.31, 0.08, 0.34. Web safe color of #a8749a is #996699. Color #a8749a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01110100 10011010
Octal 250 164 232
Decimal 168 116 154
Hex A8 74 9A

RGB Percentages of Color #a8749a

%38.36
%26.48
%35.16

CMYK Percentages of Color #a8749a

%0
%31
%8
%34

Triadic Colors of #a8749a

#a8749a #9aa874 #749aa8

Analogous Colors of #a8749a

#a8749a #a87480 #9c74a8

Monochromatic Colors of #a8749a

#a8749a

Complementary Color

#a8749a #74a882

#a8749a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8749a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8749a Color CSS Codes

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

#a8749a Text Font Color

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

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


#a8749a Background Color

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

This div background color is #a8749a


#a8749a Border Color

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

This div border color is #a8749a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,116,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a8749a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a8749a;
  -webkit-box-shadow: 1px 1px 3px 2px #a8749a;
  box-shadow:         1px 1px 3px 2px #a8749a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,116,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8749a


Comments

No comments written yet.

Please login to write comment.