Color Hex Logo

#a387ae Color Hex

#A387AE
(163,135,174)
0 Favorites   0 Comments

Color spaces of #a387ae

RGB 163135174
HSL0.790.190.61
HSV283°22°68°
CMYK 0.060.220.00   0.32
XYZ31.408228.170543.8265
Yxy28.17050.30370.2724
Hunter Lab53.075912.7464-11.8046
CIE-Lab60.042517.9086-16.5612

#a387ae color RGB value is (163,135,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10000111 10101110
Octal 243 207 256
Decimal 163 135 174
Hex A3 87 AE

RGB Percentages of Color #a387ae

%34.53
%28.60
%36.86

CMYK Percentages of Color #a387ae

%6
%22
%0
%32

Triadic Colors of #a387ae

#a387ae #aea387 #87aea3

Analogous Colors of #a387ae

#a387ae #ae87a6 #9087ae

Monochromatic Colors of #a387ae

#a387ae

Complementary Color

#a387ae #92ae87

#a387ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a387ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a387ae Color CSS Codes

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

#a387ae Text Font Color

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

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


#a387ae Background Color

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

This div background color is #a387ae


#a387ae Border Color

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

This div border color is #a387ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a387ae


Comments

No comments written yet.

Please login to write comment.