Color Hex Logo

#a0134f Color Hex

#A0134F
(160,19,79)
0 Favorites   0 Comments

Color spaces of #a0134f

RGB 1601979
HSL0.930.790.35
HSV334°88°63°
CMYK 0.000.880.51   0.37
XYZ16.14148.50388.1878
Yxy8.50380.49160.2590
Hunter Lab29.161347.77143.7657
CIE-Lab35.010857.01383.5322

#a0134f color RGB value is (160,19,79).

#a0134f hex color red value is 160, green value is 19 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #a0134f hue: 0.93 , saturation: 0.79 and the lightness value of a0134f is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00010011 01001111
Octal 240 23 117
Decimal 160 19 79
Hex A0 13 4F

RGB Percentages of Color #a0134f

%62.02
%7.36
%30.62

CMYK Percentages of Color #a0134f

%0
%88
%51
%37

Triadic Colors of #a0134f

#a0134f #4fa013 #134fa0

Analogous Colors of #a0134f

#a0134f #a01e13 #a01396

Monochromatic Colors of #a0134f

#a0134f

Complementary Color

#a0134f #13a064

#a0134f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0134f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0134f Color CSS Codes

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

#a0134f Text Font Color

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

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


#a0134f Background Color

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

This div background color is #a0134f


#a0134f Border Color

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

This div border color is #a0134f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0134f


Comments

No comments written yet.

Please login to write comment.