Color Hex Logo

#a987fb Color Hex

#A987FB
(169,135,251)
0 Favorites   0 Comments

Color spaces of #a987fb

RGB 169135251
HSL0.720.940.76
HSV258°46°98°
CMYK 0.330.460.00   0.02
XYZ42.438732.728095.3472
Yxy32.72800.24890.1919
Hunter Lab57.208432.3013-58.7707
CIE-Lab63.940137.5902-53.5153

#a987fb color RGB value is (169,135,251).

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

The process color (four color CMYK) of #a987fb color hex is 0.33, 0.46, 0.00, 0.02. Web safe color of #a987fb is #9999ff. Color #a987fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000111 11111011
Octal 251 207 373
Decimal 169 135 251
Hex A9 87 FB

RGB Percentages of Color #a987fb

%30.45
%24.32
%45.23

CMYK Percentages of Color #a987fb

%33
%46
%0
%2

Triadic Colors of #a987fb

#a987fb #fba987 #87fba9

Analogous Colors of #a987fb

#a987fb #e387fb #879ffb

Monochromatic Colors of #a987fb

#a987fb

Complementary Color

#a987fb #d9fb87

#a987fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a987fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a987fb Color CSS Codes

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

#a987fb Text Font Color

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

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


#a987fb Background Color

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

This div background color is #a987fb


#a987fb Border Color

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

This div border color is #a987fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a987fb


Comments

No comments written yet.

Please login to write comment.