Color Hex Logo

#a87990 Color Hex

#A87990
(168,121,144)
0 Favorites   0 Comments

Color spaces of #a87990

RGB 168121144
HSL0.920.210.57
HSV331°28°66°
CMYK 0.000.280.14   0.34
XYZ28.019924.013229.5438
Yxy24.01320.34350.2944
Hunter Lab49.003316.3100-1.4433
CIE-Lab56.101021.9912-5.1667

#a87990 color RGB value is (168,121,144).

#a87990 hex color red value is 168, green value is 121 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #a87990 hue: 0.92 , saturation: 0.21 and the lightness value of a87990 is 0.57.

The process color (four color CMYK) of #a87990 color hex is 0.00, 0.28, 0.14, 0.34. Web safe color of #a87990 is #996699. Color #a87990 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01111001 10010000
Octal 250 171 220
Decimal 168 121 144
Hex A8 79 90

RGB Percentages of Color #a87990

%38.80
%27.94
%33.26

CMYK Percentages of Color #a87990

%0
%28
%14
%34

Triadic Colors of #a87990

#a87990 #90a879 #7990a8

Analogous Colors of #a87990

#a87990 #a87a79 #a879a8

Monochromatic Colors of #a87990

#a87990

Complementary Color

#a87990 #79a891

#a87990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a87990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a87990 Color CSS Codes

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

#a87990 Text Font Color

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

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


#a87990 Background Color

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

This div background color is #a87990


#a87990 Border Color

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

This div border color is #a87990


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,121,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 #a87990">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a87990


Comments

No comments written yet.

Please login to write comment.