Color Hex Logo

#a1184e Color Hex

#A1184E
(161,24,78)
0 Favorites   0 Comments

Color spaces of #a1184e

RGB 1612478
HSL0.930.740.36
HSV336°85°63°
CMYK 0.000.850.52   0.37
XYZ16.39978.78048.0382
Yxy8.78040.49370.2643
Hunter Lab29.631746.93544.6586
CIE-Lab35.558056.12454.9929

#a1184e color RGB value is (161,24,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00011000 01001110
Octal 241 30 116
Decimal 161 24 78
Hex A1 18 4E

RGB Percentages of Color #a1184e

%61.22
%9.13
%29.66

CMYK Percentages of Color #a1184e

%0
%85
%52
%37

Triadic Colors of #a1184e

#a1184e #4ea118 #184ea1

Analogous Colors of #a1184e

#a1184e #a12618 #a11893

Monochromatic Colors of #a1184e

#a1184e

Complementary Color

#a1184e #18a16b

#a1184e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1184e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1184e Color CSS Codes

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

#a1184e Text Font Color

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

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


#a1184e Background Color

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

This div background color is #a1184e


#a1184e Border Color

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

This div border color is #a1184e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,24,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 #a1184e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1184e


Comments

No comments written yet.

Please login to write comment.