Color Hex Logo

#a987f0 Color Hex

#A987F0
(169,135,240)
0 Favorites   0 Comments

Color spaces of #a987f0

RGB 169135240
HSL0.720.780.74
HSV259°44°94°
CMYK 0.300.440.00   0.06
XYZ40.754332.054286.4772
Yxy32.05420.25590.2012
Hunter Lab56.616429.4112-50.9294
CIE-Lab63.387734.8468-48.3402

#a987f0 color RGB value is (169,135,240).

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

The process color (four color CMYK) of #a987f0 color hex is 0.30, 0.44, 0.00, 0.06. Web safe color of #a987f0 is #9999ff. Color #a987f0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000111 11110000
Octal 251 207 360
Decimal 169 135 240
Hex A9 87 F0

RGB Percentages of Color #a987f0

%31.07
%24.82
%44.12

CMYK Percentages of Color #a987f0

%30
%44
%0
%6

Triadic Colors of #a987f0

#a987f0 #f0a987 #87f0a9

Analogous Colors of #a987f0

#a987f0 #de87f0 #879af0

Monochromatic Colors of #a987f0

#a987f0

Complementary Color

#a987f0 #cef087

#a987f0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a987f0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a987f0 Color CSS Codes

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

#a987f0 Text Font Color

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

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


#a987f0 Background Color

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

This div background color is #a987f0


#a987f0 Border Color

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

This div border color is #a987f0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a987f0


Comments

No comments written yet.

Please login to write comment.