Color Hex Logo

#a84a62 Color Hex

#A84A62
(168,74,98)
0 Favorites   0 Comments

Color spaces of #a84a62

RGB 1687498
HSL0.960.390.47
HSV345°56°66°
CMYK 0.000.560.42   0.34
XYZ20.801814.104213.1813
Yxy14.10420.43260.2933
Hunter Lab37.555633.14795.4792
CIE-Lab44.382041.05015.1690

#a84a62 color RGB value is (168,74,98).

#a84a62 hex color red value is 168, green value is 74 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #a84a62 hue: 0.96 , saturation: 0.39 and the lightness value of a84a62 is 0.47.

The process color (four color CMYK) of #a84a62 color hex is 0.00, 0.56, 0.42, 0.34. Web safe color of #a84a62 is #993366. Color #a84a62 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01001010 01100010
Octal 250 112 142
Decimal 168 74 98
Hex A8 4A 62

RGB Percentages of Color #a84a62

%49.41
%21.76
%28.82

CMYK Percentages of Color #a84a62

%0
%56
%42
%34

Triadic Colors of #a84a62

#a84a62 #62a84a #4a62a8

Analogous Colors of #a84a62

#a84a62 #a8614a #a84a91

Monochromatic Colors of #a84a62

#a84a62

Complementary Color

#a84a62 #4aa890

#a84a62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a84a62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a84a62 Color CSS Codes

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

#a84a62 Text Font Color

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

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


#a84a62 Background Color

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

This div background color is #a84a62


#a84a62 Border Color

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

This div border color is #a84a62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a84a62


Comments

No comments written yet.

Please login to write comment.