Color Hex Logo

#a8187e Color Hex

#A8187E
(168,24,126)
0 Favorites   0 Comments

Color spaces of #a8187e

RGB 16824126
HSL0.880.750.38
HSV318°86°66°
CMYK 0.000.860.25   0.34
XYZ20.241010.484520.6955
Yxy10.48450.39360.2039
Hunter Lab32.379854.9179-15.2293
CIE-Lab38.698362.8163-20.6848

#a8187e color RGB value is (168,24,126).

#a8187e hex color red value is 168, green value is 24 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #a8187e hue: 0.88 , saturation: 0.75 and the lightness value of a8187e is 0.38.

The process color (four color CMYK) of #a8187e color hex is 0.00, 0.86, 0.25, 0.34. Web safe color of #a8187e is #990066. Color #a8187e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00011000 01111110
Octal 250 30 176
Decimal 168 24 126
Hex A8 18 7E

RGB Percentages of Color #a8187e

%52.83
%7.55
%39.62

CMYK Percentages of Color #a8187e

%0
%86
%25
%34

Triadic Colors of #a8187e

#a8187e #7ea818 #187ea8

Analogous Colors of #a8187e

#a8187e #a81836 #8a18a8

Monochromatic Colors of #a8187e

#a8187e

Complementary Color

#a8187e #18a842

#a8187e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8187e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8187e Color CSS Codes

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

#a8187e Text Font Color

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

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


#a8187e Background Color

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

This div background color is #a8187e


#a8187e Border Color

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

This div border color is #a8187e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8187e


Comments

No comments written yet.

Please login to write comment.