Color Hex Logo

#a387af Color Hex

#A387AF
(163,135,175)
0 Favorites   0 Comments

Color spaces of #a387af

RGB 163135175
HSL0.780.200.61
HSV282°23°69°
CMYK 0.070.230.00   0.31
XYZ31.506128.209644.3419
Yxy28.20960.30280.2711
Hunter Lab53.112712.9377-12.3202
CIE-Lab60.077618.1158-17.0771

#a387af color RGB value is (163,135,175).

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

The process color (four color CMYK) of #a387af color hex is 0.07, 0.23, 0.00, 0.31. Web safe color of #a387af is #999999. Color #a387af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10000111 10101111
Octal 243 207 257
Decimal 163 135 175
Hex A3 87 AF

RGB Percentages of Color #a387af

%34.46
%28.54
%37.00

CMYK Percentages of Color #a387af

%7
%23
%0
%31

Triadic Colors of #a387af

#a387af #afa387 #87afa3

Analogous Colors of #a387af

#a387af #af87a7 #8f87af

Monochromatic Colors of #a387af

#a387af

Complementary Color

#a387af #93af87

#a387af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a387af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a387af Color CSS Codes

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

#a387af Text Font Color

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

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


#a387af Background Color

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

This div background color is #a387af


#a387af Border Color

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

This div border color is #a387af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a387af


Comments

No comments written yet.

Please login to write comment.