Color Hex Logo

#a46782 Color Hex

#A46782
(164,103,130)
0 Favorites   0 Comments

Color spaces of #a46782

RGB 164103130
HSL0.930.250.52
HSV333°37°64°
CMYK 0.000.370.21   0.36
XYZ24.189419.204723.5511
Yxy19.20470.36130.2869
Hunter Lab43.823221.8374-1.1869
CIE-Lab50.925828.3852-4.6657

#a46782 color RGB value is (164,103,130).

#a46782 hex color red value is 164, green value is 103 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #a46782 hue: 0.93 , saturation: 0.25 and the lightness value of a46782 is 0.52.

The process color (four color CMYK) of #a46782 color hex is 0.00, 0.37, 0.21, 0.36. Web safe color of #a46782 is #996699. Color #a46782 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01100111 10000010
Octal 244 147 202
Decimal 164 103 130
Hex A4 67 82

RGB Percentages of Color #a46782

%41.31
%25.94
%32.75

CMYK Percentages of Color #a46782

%0
%37
%21
%36

Triadic Colors of #a46782

#a46782 #82a467 #6782a4

Analogous Colors of #a46782

#a46782 #a46b67 #a467a1

Monochromatic Colors of #a46782

#a46782

Complementary Color

#a46782 #67a489

#a46782 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a46782 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a46782 Color CSS Codes

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

#a46782 Text Font Color

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

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


#a46782 Background Color

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

This div background color is #a46782


#a46782 Border Color

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

This div border color is #a46782


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,103,130, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a46782; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a46782;
  -webkit-box-shadow: 1px 1px 3px 2px #a46782;
  box-shadow:         1px 1px 3px 2px #a46782; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,103,130, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a46782


Comments

No comments written yet.

Please login to write comment.