Color Hex Logo

#a8175e Color Hex

#A8175E
(168,23,94)
0 Favorites   0 Comments

Color spaces of #a8175e

RGB 1682394
HSL0.920.760.37
HSV331°86°66°
CMYK 0.000.860.44   0.34
XYZ18.47529.745811.4970
Yxy9.74580.46520.2454
Hunter Lab31.218351.00570.0176
CIE-Lab37.382359.5406-2.4920

#a8175e color RGB value is (168,23,94).

#a8175e hex color red value is 168, green value is 23 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #a8175e hue: 0.92 , saturation: 0.76 and the lightness value of a8175e is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00010111 01011110
Octal 250 27 136
Decimal 168 23 94
Hex A8 17 5E

RGB Percentages of Color #a8175e

%58.95
%8.07
%32.98

CMYK Percentages of Color #a8175e

%0
%86
%44
%34

Triadic Colors of #a8175e

#a8175e #5ea817 #175ea8

Analogous Colors of #a8175e

#a8175e #a81917 #a817a7

Monochromatic Colors of #a8175e

#a8175e

Complementary Color

#a8175e #17a861

#a8175e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8175e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8175e Color CSS Codes

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

#a8175e Text Font Color

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

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


#a8175e Background Color

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

This div background color is #a8175e


#a8175e Border Color

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

This div border color is #a8175e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8175e


Comments

No comments written yet.

Please login to write comment.