Color Hex Logo

#a46688 Color Hex

#A46688
(164,102,136)
0 Favorites   0 Comments

Color spaces of #a46688

RGB 164102136
HSL0.910.250.52
HSV327°38°64°
CMYK 0.000.380.17   0.36
XYZ24.505119.172825.7017
Yxy19.17280.35320.2763
Hunter Lab43.786823.2701-4.1510
CIE-Lab50.888829.9175-8.2780

#a46688 color RGB value is (164,102,136).

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

The process color (four color CMYK) of #a46688 color hex is 0.00, 0.38, 0.17, 0.36. Web safe color of #a46688 is #996699. Color #a46688 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01100110 10001000
Octal 244 146 210
Decimal 164 102 136
Hex A4 66 88

RGB Percentages of Color #a46688

%40.80
%25.37
%33.83

CMYK Percentages of Color #a46688

%0
%38
%17
%36

Triadic Colors of #a46688

#a46688 #88a466 #6688a4

Analogous Colors of #a46688

#a46688 #a46669 #a166a4

Monochromatic Colors of #a46688

#a46688

Complementary Color

#a46688 #66a482

#a46688 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a46688 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a46688 Color CSS Codes

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

#a46688 Text Font Color

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

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


#a46688 Background Color

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

This div background color is #a46688


#a46688 Border Color

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

This div border color is #a46688


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a46688


Comments

No comments written yet.

Please login to write comment.