Color Hex Logo

#a387eb Color Hex

#A387EB
(163,135,235)
0 Favorites   0 Comments

Color spaces of #a387eb

RGB 163135235
HSL0.710.710.73
HSV257°43°92°
CMYK 0.310.430.00   0.08
XYZ38.763631.112682.5595
Yxy31.11260.25430.2041
Hunter Lab55.778726.4366-48.7116
CIE-Lab62.602631.9891-46.8535

#a387eb color RGB value is (163,135,235).

#a387eb hex color red value is 163, green value is 135 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a387eb hue: 0.71 , saturation: 0.71 and the lightness value of a387eb is 0.73.

The process color (four color CMYK) of #a387eb color hex is 0.31, 0.43, 0.00, 0.08. Web safe color of #a387eb is #9999ff. Color #a387eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10000111 11101011
Octal 243 207 353
Decimal 163 135 235
Hex A3 87 EB

RGB Percentages of Color #a387eb

%30.58
%25.33
%44.09

CMYK Percentages of Color #a387eb

%31
%43
%0
%8

Triadic Colors of #a387eb

#a387eb #eba387 #87eba3

Analogous Colors of #a387eb

#a387eb #d587eb #879deb

Monochromatic Colors of #a387eb

#a387eb

Complementary Color

#a387eb #cfeb87

#a387eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a387eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a387eb Color CSS Codes

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

#a387eb Text Font Color

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

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


#a387eb Background Color

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

This div background color is #a387eb


#a387eb Border Color

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

This div border color is #a387eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a387eb


Comments

No comments written yet.

Please login to write comment.