Color Hex Logo

#a987ec Color Hex

#A987EC
(169,135,236)
0 Favorites   0 Comments

Color spaces of #a987ec

RGB 169135236
HSL0.720.730.73
HSV260°43°93°
CMYK 0.280.430.00   0.07
XYZ40.166531.819183.3816
Yxy31.81910.25850.2048
Hunter Lab56.408428.3890-48.1552
CIE-Lab63.193133.8640-46.4387

#a987ec color RGB value is (169,135,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000111 11101100
Octal 251 207 354
Decimal 169 135 236
Hex A9 87 EC

RGB Percentages of Color #a987ec

%31.30
%25.00
%43.70

CMYK Percentages of Color #a987ec

%28
%43
%0
%7

Triadic Colors of #a987ec

#a987ec #eca987 #87eca9

Analogous Colors of #a987ec

#a987ec #dc87ec #8798ec

Monochromatic Colors of #a987ec

#a987ec

Complementary Color

#a987ec #caec87

#a987ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a987ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a987ec Color CSS Codes

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

#a987ec Text Font Color

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

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


#a987ec Background Color

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

This div background color is #a987ec


#a987ec Border Color

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

This div border color is #a987ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a987ec


Comments

No comments written yet.

Please login to write comment.