Color Hex Logo

#a487ed Color Hex

#A487ED
(164,135,237)
0 Favorites   0 Comments

Color spaces of #a487ed

RGB 164135237
HSL0.710.740.73
HSV257°43°93°
CMYK 0.310.430.00   0.07
XYZ39.259931.334984.0998
Yxy31.33490.25380.2026
Hunter Lab55.977627.2303-49.8920
CIE-Lab62.789332.7599-47.6587

#a487ed color RGB value is (164,135,237).

#a487ed hex color red value is 164, green value is 135 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a487ed hue: 0.71 , saturation: 0.74 and the lightness value of a487ed is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000111 11101101
Octal 244 207 355
Decimal 164 135 237
Hex A4 87 ED

RGB Percentages of Color #a487ed

%30.60
%25.19
%44.22

CMYK Percentages of Color #a487ed

%31
%43
%0
%7

Triadic Colors of #a487ed

#a487ed #eda487 #87eda4

Analogous Colors of #a487ed

#a487ed #d787ed #879ded

Monochromatic Colors of #a487ed

#a487ed

Complementary Color

#a487ed #d0ed87

#a487ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a487ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a487ed Color CSS Codes

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

#a487ed Text Font Color

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

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


#a487ed Background Color

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

This div background color is #a487ed


#a487ed Border Color

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

This div border color is #a487ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a487ed


Comments

No comments written yet.

Please login to write comment.