Color Hex Logo

#a8487c Color Hex

#A8487C
(168,72,124)
0 Favorites   0 Comments

Color spaces of #a8487c

RGB 16872124
HSL0.910.400.47
HSV328°57°66°
CMYK 0.000.570.26   0.34
XYZ22.103914.414820.6861
Yxy14.41480.38640.2520
Hunter Lab37.966837.4789-5.7272
CIE-Lab44.822045.3137-10.1093

#a8487c color RGB value is (168,72,124).

#a8487c hex color red value is 168, green value is 72 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #a8487c hue: 0.91 , saturation: 0.40 and the lightness value of a8487c is 0.47.

The process color (four color CMYK) of #a8487c color hex is 0.00, 0.57, 0.26, 0.34. Web safe color of #a8487c is #993366. Color #a8487c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01001000 01111100
Octal 250 110 174
Decimal 168 72 124
Hex A8 48 7C

RGB Percentages of Color #a8487c

%46.15
%19.78
%34.07

CMYK Percentages of Color #a8487c

%0
%57
%26
%34

Triadic Colors of #a8487c

#a8487c #7ca848 #487ca8

Analogous Colors of #a8487c

#a8487c #a8484c #a448a8

Monochromatic Colors of #a8487c

#a8487c

Complementary Color

#a8487c #48a874

#a8487c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8487c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8487c Color CSS Codes

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

#a8487c Text Font Color

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

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


#a8487c Background Color

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

This div background color is #a8487c


#a8487c Border Color

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

This div border color is #a8487c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8487c


Comments

No comments written yet.

Please login to write comment.