Color Hex Logo

#a0174e Color Hex

#A0174E
(160,23,78)
0 Favorites   0 Comments

Color spaces of #a0174e

RGB 1602378
HSL0.930.750.36
HSV336°86°63°
CMYK 0.000.860.51   0.37
XYZ16.17878.63648.0220
Yxy8.63640.49270.2630
Hunter Lab29.387846.84024.3870
CIE-Lab35.274656.09004.5607

#a0174e color RGB value is (160,23,78).

#a0174e hex color red value is 160, green value is 23 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #a0174e hue: 0.93 , saturation: 0.75 and the lightness value of a0174e is 0.36.

The process color (four color CMYK) of #a0174e color hex is 0.00, 0.86, 0.51, 0.37. Web safe color of #a0174e is #990066. Color #a0174e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00010111 01001110
Octal 240 27 116
Decimal 160 23 78
Hex A0 17 4E

RGB Percentages of Color #a0174e

%61.30
%8.81
%29.89

CMYK Percentages of Color #a0174e

%0
%86
%51
%37

Triadic Colors of #a0174e

#a0174e #4ea017 #174ea0

Analogous Colors of #a0174e

#a0174e #a02417 #a01793

Monochromatic Colors of #a0174e

#a0174e

Complementary Color

#a0174e #17a069

#a0174e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0174e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0174e Color CSS Codes

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

#a0174e Text Font Color

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

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


#a0174e Background Color

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

This div background color is #a0174e


#a0174e Border Color

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

This div border color is #a0174e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0174e


Comments

No comments written yet.

Please login to write comment.