Color Hex Logo

#a87890 Color Hex

#A87890
(168,120,144)
0 Favorites   0 Comments

Color spaces of #a87890

RGB 168120144
HSL0.920.220.56
HSV330°29°66°
CMYK 0.000.290.14   0.34
XYZ27.899023.771429.5035
Yxy23.77140.34370.2928
Hunter Lab48.755916.8180-1.7488
CIE-Lab55.858222.5586-5.5265

#a87890 color RGB value is (168,120,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01111000 10010000
Octal 250 170 220
Decimal 168 120 144
Hex A8 78 90

RGB Percentages of Color #a87890

%38.89
%27.78
%33.33

CMYK Percentages of Color #a87890

%0
%29
%14
%34

Triadic Colors of #a87890

#a87890 #90a878 #7890a8

Analogous Colors of #a87890

#a87890 #a87878 #a878a8

Monochromatic Colors of #a87890

#a87890

Complementary Color

#a87890 #78a890

#a87890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a87890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a87890 Color CSS Codes

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

#a87890 Text Font Color

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

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


#a87890 Background Color

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

This div background color is #a87890


#a87890 Border Color

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

This div border color is #a87890


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a87890


Comments

No comments written yet.

Please login to write comment.