Color Hex Logo

#a14584 Color Hex

#A14584
(161,69,132)
0 Favorites   0 Comments

Color spaces of #a14584

RGB 16169132
HSL0.890.400.45
HSV319°57°63°
CMYK 0.000.570.18   0.37
XYZ20.990913.499323.3291
Yxy13.49930.36300.2335
Hunter Lab36.741437.6822-11.9275
CIE-Lab43.506145.7357-17.0798

#a14584 color RGB value is (161,69,132).

#a14584 hex color red value is 161, green value is 69 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #a14584 hue: 0.89 , saturation: 0.40 and the lightness value of a14584 is 0.45.

The process color (four color CMYK) of #a14584 color hex is 0.00, 0.57, 0.18, 0.37. Web safe color of #a14584 is #993399. Color #a14584 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01000101 10000100
Octal 241 105 204
Decimal 161 69 132
Hex A1 45 84

RGB Percentages of Color #a14584

%44.48
%19.06
%36.46

CMYK Percentages of Color #a14584

%0
%57
%18
%37

Triadic Colors of #a14584

#a14584 #84a145 #4584a1

Analogous Colors of #a14584

#a14584 #a14556 #9045a1

Monochromatic Colors of #a14584

#a14584

Complementary Color

#a14584 #45a162

#a14584 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a14584 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a14584 Color CSS Codes

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

#a14584 Text Font Color

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

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


#a14584 Background Color

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

This div background color is #a14584


#a14584 Border Color

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

This div border color is #a14584


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a14584


Comments

No comments written yet.

Please login to write comment.