Color Hex Logo

#a84179 Color Hex

#A84179
(168,65,121)
0 Favorites   0 Comments

Color spaces of #a84179

RGB 16865121
HSL0.910.440.46
HSV327°61°66°
CMYK 0.000.610.28   0.34
XYZ21.489913.485919.5596
Yxy13.48590.39410.2473
Hunter Lab36.723240.1903-5.8730
CIE-Lab43.486448.1967-10.2859

#a84179 color RGB value is (168,65,121).

#a84179 hex color red value is 168, green value is 65 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #a84179 hue: 0.91 , saturation: 0.44 and the lightness value of a84179 is 0.46.

The process color (four color CMYK) of #a84179 color hex is 0.00, 0.61, 0.28, 0.34. Web safe color of #a84179 is #993366. Color #a84179 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01000001 01111001
Octal 250 101 171
Decimal 168 65 121
Hex A8 41 79

RGB Percentages of Color #a84179

%47.46
%18.36
%34.18

CMYK Percentages of Color #a84179

%0
%61
%28
%34

Triadic Colors of #a84179

#a84179 #79a841 #4179a8

Analogous Colors of #a84179

#a84179 #a84145 #a441a8

Monochromatic Colors of #a84179

#a84179

Complementary Color

#a84179 #41a870

#a84179 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a84179 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a84179 Color CSS Codes

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

#a84179 Text Font Color

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

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


#a84179 Background Color

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

This div background color is #a84179


#a84179 Border Color

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

This div border color is #a84179


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a84179


Comments

No comments written yet.

Please login to write comment.