Color Hex Logo

#a14189 Color Hex

#A14189
(161,65,137)
0 Favorites   0 Comments

Color spaces of #a14189

RGB 16165137
HSL0.880.420.44
HSV315°60°63°
CMYK 0.000.600.15   0.37
XYZ21.103613.163825.0955
Yxy13.16380.35550.2218
Hunter Lab36.282040.3321-15.6123
CIE-Lab43.009048.4184-20.8842

#a14189 color RGB value is (161,65,137).

#a14189 hex color red value is 161, green value is 65 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #a14189 hue: 0.88 , saturation: 0.42 and the lightness value of a14189 is 0.44.

The process color (four color CMYK) of #a14189 color hex is 0.00, 0.60, 0.15, 0.37. Web safe color of #a14189 is #993399. Color #a14189 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01000001 10001001
Octal 241 101 211
Decimal 161 65 137
Hex A1 41 89

RGB Percentages of Color #a14189

%44.35
%17.91
%37.74

CMYK Percentages of Color #a14189

%0
%60
%15
%37

Triadic Colors of #a14189

#a14189 #89a141 #4189a1

Analogous Colors of #a14189

#a14189 #a14159 #8941a1

Monochromatic Colors of #a14189

#a14189

Complementary Color

#a14189 #41a159

#a14189 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a14189 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a14189 Color CSS Codes

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

#a14189 Text Font Color

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

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


#a14189 Background Color

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

This div background color is #a14189


#a14189 Border Color

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

This div border color is #a14189


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,65,137, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a14189


Comments

No comments written yet.

Please login to write comment.