Color Hex Logo

#a14978 Color Hex

#A14978
(161,73,120)
0 Favorites   0 Comments

Color spaces of #a14978

RGB 16173120
HSL0.910.380.46
HSV328°55°63°
CMYK 0.000.550.25   0.37
XYZ20.470713.698219.3344
Yxy13.69820.38260.2560
Hunter Lab37.011133.9583-5.0650
CIE-Lab43.797041.9646-9.3157

#a14978 color RGB value is (161,73,120).

#a14978 hex color red value is 161, green value is 73 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #a14978 hue: 0.91 , saturation: 0.38 and the lightness value of a14978 is 0.46.

The process color (four color CMYK) of #a14978 color hex is 0.00, 0.55, 0.25, 0.37. Web safe color of #a14978 is #993366. Color #a14978 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01001001 01111000
Octal 241 111 170
Decimal 161 73 120
Hex A1 49 78

RGB Percentages of Color #a14978

%45.48
%20.62
%33.90

CMYK Percentages of Color #a14978

%0
%55
%25
%37

Triadic Colors of #a14978

#a14978 #78a149 #4978a1

Analogous Colors of #a14978

#a14978 #a1494c #9e49a1

Monochromatic Colors of #a14978

#a14978

Complementary Color

#a14978 #49a172

#a14978 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a14978 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a14978 Color CSS Codes

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

#a14978 Text Font Color

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

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


#a14978 Background Color

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

This div background color is #a14978


#a14978 Border Color

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

This div border color is #a14978


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a14978


Comments

No comments written yet.

Please login to write comment.