Color Hex Logo

#a0134d Color Hex

#A0134D
(160,19,77)
0 Favorites   0 Comments

Color spaces of #a0134d

RGB 1601977
HSL0.930.790.35
HSV335°88°63°
CMYK 0.000.880.52   0.37
XYZ16.06968.47517.8101
Yxy8.47510.49670.2619
Hunter Lab29.112047.58454.4722
CIE-Lab34.953456.85034.7517

#a0134d color RGB value is (160,19,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00010011 01001101
Octal 240 23 115
Decimal 160 19 77
Hex A0 13 4D

RGB Percentages of Color #a0134d

%62.50
%7.42
%30.08

CMYK Percentages of Color #a0134d

%0
%88
%52
%37

Triadic Colors of #a0134d

#a0134d #4da013 #134da0

Analogous Colors of #a0134d

#a0134d #a02013 #a01394

Monochromatic Colors of #a0134d

#a0134d

Complementary Color

#a0134d #13a066

#a0134d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0134d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0134d Color CSS Codes

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

#a0134d Text Font Color

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

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


#a0134d Background Color

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

This div background color is #a0134d


#a0134d Border Color

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

This div border color is #a0134d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0134d


Comments

No comments written yet.

Please login to write comment.