Color Hex Logo

#a488bd Color Hex

#A488BD
(164,136,189)
0 Favorites   0 Comments

Color spaces of #a488bd

RGB 164136189
HSL0.750.290.64
HSV272°28°74°
CMYK 0.130.280.00   0.26
XYZ33.299329.175052.0204
Yxy29.17500.29080.2548
Hunter Lab54.013915.5201-19.2921
CIE-Lab60.935820.8612-23.7033

#a488bd color RGB value is (164,136,189).

#a488bd hex color red value is 164, green value is 136 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a488bd hue: 0.75 , saturation: 0.29 and the lightness value of a488bd is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10001000 10111101
Octal 244 210 275
Decimal 164 136 189
Hex A4 88 BD

RGB Percentages of Color #a488bd

%33.54
%27.81
%38.65

CMYK Percentages of Color #a488bd

%13
%28
%0
%26

Triadic Colors of #a488bd

#a488bd #bda488 #88bda4

Analogous Colors of #a488bd

#a488bd #bd88bc #8a88bd

Monochromatic Colors of #a488bd

#a488bd

Complementary Color

#a488bd #a1bd88

#a488bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a488bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a488bd Color CSS Codes

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

#a488bd Text Font Color

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

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


#a488bd Background Color

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

This div background color is #a488bd


#a488bd Border Color

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

This div border color is #a488bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a488bd


Comments

No comments written yet.

Please login to write comment.