Color Hex Logo

#a887ae Color Hex

#A887AE
(168,135,174)
0 Favorites   0 Comments

Color spaces of #a887ae

RGB 168135174
HSL0.810.190.61
HSV291°22°68°
CMYK 0.030.220.00   0.32
XYZ32.452428.708843.8753
Yxy28.70880.30900.2733
Hunter Lab53.580614.3469-11.0441
CIE-Lab60.523819.6232-15.7861

#a887ae color RGB value is (168,135,174).

#a887ae hex color red value is 168, green value is 135 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a887ae hue: 0.81 , saturation: 0.19 and the lightness value of a887ae is 0.61.

The process color (four color CMYK) of #a887ae color hex is 0.03, 0.22, 0.00, 0.32. Web safe color of #a887ae is #999999. Color #a887ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000111 10101110
Octal 250 207 256
Decimal 168 135 174
Hex A8 87 AE

RGB Percentages of Color #a887ae

%35.22
%28.30
%36.48

CMYK Percentages of Color #a887ae

%3
%22
%0
%32

Triadic Colors of #a887ae

#a887ae #aea887 #87aea8

Analogous Colors of #a887ae

#a887ae #ae87a1 #9587ae

Monochromatic Colors of #a887ae

#a887ae

Complementary Color

#a887ae #8dae87

#a887ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a887ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a887ae Color CSS Codes

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

#a887ae Text Font Color

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

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


#a887ae Background Color

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

This div background color is #a887ae


#a887ae Border Color

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

This div border color is #a887ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,135,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a887ae


Comments

No comments written yet.

Please login to write comment.