Color Hex Logo

#a487dd Color Hex

#A487DD
(164,135,221)
0 Favorites   0 Comments

Color spaces of #a487dd

RGB 164135221
HSL0.720.560.70
HSV260°39°87°
CMYK 0.260.390.00   0.13
XYZ37.025030.440972.3309
Yxy30.44090.26480.2178
Hunter Lab55.173323.2324-39.1065
CIE-Lab62.032828.8165-39.9697

#a487dd color RGB value is (164,135,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000111 11011101
Octal 244 207 335
Decimal 164 135 221
Hex A4 87 DD

RGB Percentages of Color #a487dd

%31.54
%25.96
%42.50

CMYK Percentages of Color #a487dd

%26
%39
%0
%13

Triadic Colors of #a487dd

#a487dd #dda487 #87dda4

Analogous Colors of #a487dd

#a487dd #cf87dd #8795dd

Monochromatic Colors of #a487dd

#a487dd

Complementary Color

#a487dd #c0dd87

#a487dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a487dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a487dd Color CSS Codes

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

#a487dd Text Font Color

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

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


#a487dd Background Color

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

This div background color is #a487dd


#a487dd Border Color

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

This div border color is #a487dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a487dd


Comments

No comments written yet.

Please login to write comment.