Color Hex Logo

#a987eb Color Hex

#A987EB
(169,135,235)
0 Favorites   0 Comments

Color spaces of #a987eb

RGB 169135235
HSL0.720.710.73
HSV260°43°92°
CMYK 0.280.430.00   0.08
XYZ40.021631.761182.6184
Yxy31.76110.25920.2057
Hunter Lab56.357028.1361-47.4683
CIE-Lab63.144933.6198-45.9617

#a987eb color RGB value is (169,135,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000111 11101011
Octal 251 207 353
Decimal 169 135 235
Hex A9 87 EB

RGB Percentages of Color #a987eb

%31.35
%25.05
%43.60

CMYK Percentages of Color #a987eb

%28
%43
%0
%8

Triadic Colors of #a987eb

#a987eb #eba987 #87eba9

Analogous Colors of #a987eb

#a987eb #db87eb #8797eb

Monochromatic Colors of #a987eb

#a987eb

Complementary Color

#a987eb #c9eb87

#a987eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a987eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a987eb Color CSS Codes

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

#a987eb Text Font Color

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

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


#a987eb Background Color

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

This div background color is #a987eb


#a987eb Border Color

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

This div border color is #a987eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a987eb


Comments

No comments written yet.

Please login to write comment.