Color Hex Logo

#a49abc Color Hex

#A49ABC
(164,154,188)
0 Favorites   0 Comments

Color spaces of #a49abc

RGB 164154188
HSL0.720.200.67
HSV258°18°74°
CMYK 0.130.180.00   0.26
XYZ35.942534.634652.3677
Yxy34.63460.29230.2817
Hunter Lab58.85126.0267-11.5624
CIE-Lab65.463210.4363-16.2446

#a49abc color RGB value is (164,154,188).

#a49abc hex color red value is 164, green value is 154 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a49abc hue: 0.72 , saturation: 0.20 and the lightness value of a49abc is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10011010 10111100
Octal 244 232 274
Decimal 164 154 188
Hex A4 9A BC

RGB Percentages of Color #a49abc

%32.41
%30.43
%37.15

CMYK Percentages of Color #a49abc

%13
%18
%0
%26

Triadic Colors of #a49abc

#a49abc #bca49a #9abca4

Analogous Colors of #a49abc

#a49abc #b59abc #9aa1bc

Monochromatic Colors of #a49abc

#a49abc

Complementary Color

#a49abc #b2bc9a

#a49abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49abc Color CSS Codes

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

#a49abc Text Font Color

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

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


#a49abc Background Color

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

This div background color is #a49abc


#a49abc Border Color

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

This div border color is #a49abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49abc


Comments

No comments written yet.

Please login to write comment.