Color Hex Logo

#a387bc Color Hex

#A387BC
(163,135,188)
0 Favorites   0 Comments

Color spaces of #a387bc

RGB 163135188
HSL0.750.280.63
HSV272°28°74°
CMYK 0.130.280.00   0.26
XYZ32.845328.745351.3942
Yxy28.74530.29070.2544
Hunter Lab53.614615.5267-19.3043
CIE-Lab60.556220.8881-23.7279

#a387bc color RGB value is (163,135,188).

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

The process color (four color CMYK) of #a387bc color hex is 0.13, 0.28, 0.00, 0.26. Web safe color of #a387bc is #9999cc. Color #a387bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10000111 10111100
Octal 243 207 274
Decimal 163 135 188
Hex A3 87 BC

RGB Percentages of Color #a387bc

%33.54
%27.78
%38.68

CMYK Percentages of Color #a387bc

%13
%28
%0
%26

Triadic Colors of #a387bc

#a387bc #bca387 #87bca3

Analogous Colors of #a387bc

#a387bc #bc87bb #8987bc

Monochromatic Colors of #a387bc

#a387bc

Complementary Color

#a387bc #a0bc87

#a387bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a387bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a387bc Color CSS Codes

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

#a387bc Text Font Color

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

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


#a387bc Background Color

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

This div background color is #a387bc


#a387bc Border Color

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

This div border color is #a387bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a387bc


Comments

No comments written yet.

Please login to write comment.