Color Hex Logo

#a387be Color Hex

#A387BE
(163,135,190)
0 Favorites   0 Comments

Color spaces of #a387be

RGB 163135190
HSL0.750.300.64
HSV271°29°75°
CMYK 0.140.290.00   0.25
XYZ33.062528.832252.5378
Yxy28.83220.28890.2520
Hunter Lab53.695615.9421-20.4246
CIE-Lab60.633321.3276-24.7416

#a387be color RGB value is (163,135,190).

#a387be hex color red value is 163, green value is 135 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a387be hue: 0.75 , saturation: 0.30 and the lightness value of a387be is 0.64.

The process color (four color CMYK) of #a387be color hex is 0.14, 0.29, 0.00, 0.25. Web safe color of #a387be is #9999cc. Color #a387be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10000111 10111110
Octal 243 207 276
Decimal 163 135 190
Hex A3 87 BE

RGB Percentages of Color #a387be

%33.40
%27.66
%38.93

CMYK Percentages of Color #a387be

%14
%29
%0
%25

Triadic Colors of #a387be

#a387be #bea387 #87bea3

Analogous Colors of #a387be

#a387be #be87be #8887be

Monochromatic Colors of #a387be

#a387be

Complementary Color

#a387be #a2be87

#a387be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a387be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a387be Color CSS Codes

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

#a387be Text Font Color

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

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


#a387be Background Color

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

This div background color is #a387be


#a387be Border Color

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

This div border color is #a387be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a387be


Comments

No comments written yet.

Please login to write comment.