Color Hex Logo

#a487de Color Hex

#A487DE
(164,135,222)
0 Favorites   0 Comments

Color spaces of #a487de

RGB 164135222
HSL0.720.570.70
HSV260°39°87°
CMYK 0.260.390.00   0.13
XYZ37.158630.494473.0348
Yxy30.49440.26410.2168
Hunter Lab55.221723.4743-39.7602
CIE-Lab62.078529.0583-40.4552

#a487de color RGB value is (164,135,222).

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

The process color (four color CMYK) of #a487de color hex is 0.26, 0.39, 0.00, 0.13. Web safe color of #a487de is #9999cc. Color #a487de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000111 11011110
Octal 244 207 336
Decimal 164 135 222
Hex A4 87 DE

RGB Percentages of Color #a487de

%31.48
%25.91
%42.61

CMYK Percentages of Color #a487de

%26
%39
%0
%13

Triadic Colors of #a487de

#a487de #dea487 #87dea4

Analogous Colors of #a487de

#a487de #d087de #8796de

Monochromatic Colors of #a487de

#a487de

Complementary Color

#a487de #c1de87

#a487de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a487de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a487de Color CSS Codes

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

#a487de Text Font Color

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

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


#a487de Background Color

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

This div background color is #a487de


#a487de Border Color

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

This div border color is #a487de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a487de


Comments

No comments written yet.

Please login to write comment.