Color Hex Logo

#a487da Color Hex

#A487DA
(164,135,218)
0 Favorites   0 Comments

Color spaces of #a487da

RGB 164135218
HSL0.720.530.69
HSV261°38°85°
CMYK 0.250.380.00   0.15
XYZ36.628730.282470.2442
Yxy30.28240.26710.2208
Hunter Lab55.029422.5116-37.1621
CIE-Lab61.897128.0938-38.5091

#a487da color RGB value is (164,135,218).

#a487da hex color red value is 164, green value is 135 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a487da hue: 0.72 , saturation: 0.53 and the lightness value of a487da is 0.69.

The process color (four color CMYK) of #a487da color hex is 0.25, 0.38, 0.00, 0.15. Web safe color of #a487da is #9999cc. Color #a487da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000111 11011010
Octal 244 207 332
Decimal 164 135 218
Hex A4 87 DA

RGB Percentages of Color #a487da

%31.72
%26.11
%42.17

CMYK Percentages of Color #a487da

%25
%38
%0
%15

Triadic Colors of #a487da

#a487da #daa487 #87daa4

Analogous Colors of #a487da

#a487da #ce87da #8794da

Monochromatic Colors of #a487da

#a487da

Complementary Color

#a487da #bdda87

#a487da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a487da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a487da Color CSS Codes

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

#a487da Text Font Color

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

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


#a487da Background Color

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

This div background color is #a487da


#a487da Border Color

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

This div border color is #a487da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a487da


Comments

No comments written yet.

Please login to write comment.