Color Hex Logo

#a46290 Color Hex

#A46290
(164,98,144)
0 Favorites   0 Comments

Color spaces of #a46290

RGB 16498144
HSL0.880.270.51
HSV318°40°64°
CMYK 0.000.400.12   0.36
XYZ24.711618.641528.6813
Yxy18.64150.34310.2588
Hunter Lab43.175826.6065-9.1628
CIE-Lab50.265133.4971-13.9562

#a46290 color RGB value is (164,98,144).

#a46290 hex color red value is 164, green value is 98 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #a46290 hue: 0.88 , saturation: 0.27 and the lightness value of a46290 is 0.51.

The process color (four color CMYK) of #a46290 color hex is 0.00, 0.40, 0.12, 0.36. Web safe color of #a46290 is #996699. Color #a46290 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01100010 10010000
Octal 244 142 220
Decimal 164 98 144
Hex A4 62 90

RGB Percentages of Color #a46290

%40.39
%24.14
%35.47

CMYK Percentages of Color #a46290

%0
%40
%12
%36

Triadic Colors of #a46290

#a46290 #90a462 #6290a4

Analogous Colors of #a46290

#a46290 #a4626f #9762a4

Monochromatic Colors of #a46290

#a46290

Complementary Color

#a46290 #62a476

#a46290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a46290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a46290 Color CSS Codes

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

#a46290 Text Font Color

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

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


#a46290 Background Color

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

This div background color is #a46290


#a46290 Border Color

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

This div border color is #a46290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a46290


Comments

No comments written yet.

Please login to write comment.