Color Hex Logo

#a84c92 Color Hex

#A84C92
(168,76,146)
0 Favorites   0 Comments

Color spaces of #a84c92

RGB 16876146
HSL0.870.380.48
HSV314°55°66°
CMYK 0.000.550.13   0.34
XYZ23.921215.569028.9385
Yxy15.56900.34960.2275
Hunter Lab39.457639.1651-15.8635
CIE-Lab46.403946.7010-20.9956

#a84c92 color RGB value is (168,76,146).

#a84c92 hex color red value is 168, green value is 76 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #a84c92 hue: 0.87 , saturation: 0.38 and the lightness value of a84c92 is 0.48.

The process color (four color CMYK) of #a84c92 color hex is 0.00, 0.55, 0.13, 0.34. Web safe color of #a84c92 is #993399. Color #a84c92 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01001100 10010010
Octal 250 114 222
Decimal 168 76 146
Hex A8 4C 92

RGB Percentages of Color #a84c92

%43.08
%19.49
%37.44

CMYK Percentages of Color #a84c92

%0
%55
%13
%34

Triadic Colors of #a84c92

#a84c92 #92a84c #4c92a8

Analogous Colors of #a84c92

#a84c92 #a84c64 #904ca8

Monochromatic Colors of #a84c92

#a84c92

Complementary Color

#a84c92 #4ca862

#a84c92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a84c92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a84c92 Color CSS Codes

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

#a84c92 Text Font Color

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

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


#a84c92 Background Color

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

This div background color is #a84c92


#a84c92 Border Color

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

This div border color is #a84c92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a84c92


Comments

No comments written yet.

Please login to write comment.