Color Hex Logo

#a49cbe Color Hex

#A49CBE
(164,156,190)
0 Favorites   0 Comments

Color spaces of #a49cbe

RGB 164156190
HSL0.710.210.68
HSV254°18°75°
CMYK 0.140.180.00   0.25
XYZ36.492635.387253.6222
Yxy35.38720.29080.2820
Hunter Lab59.48715.3990-11.8035
CIE-Lab66.04909.7465-16.4759

#a49cbe color RGB value is (164,156,190).

#a49cbe hex color red value is 164, green value is 156 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a49cbe hue: 0.71 , saturation: 0.21 and the lightness value of a49cbe is 0.68.

The process color (four color CMYK) of #a49cbe color hex is 0.14, 0.18, 0.00, 0.25. Web safe color of #a49cbe is #9999cc. Color #a49cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10011100 10111110
Octal 244 234 276
Decimal 164 156 190
Hex A4 9C BE

RGB Percentages of Color #a49cbe

%32.16
%30.59
%37.25

CMYK Percentages of Color #a49cbe

%14
%18
%0
%25

Triadic Colors of #a49cbe

#a49cbe #bea49c #9cbea4

Analogous Colors of #a49cbe

#a49cbe #b59cbe #9ca5be

Monochromatic Colors of #a49cbe

#a49cbe

Complementary Color

#a49cbe #b6be9c

#a49cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49cbe Color CSS Codes

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

#a49cbe Text Font Color

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

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


#a49cbe Background Color

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

This div background color is #a49cbe


#a49cbe Border Color

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

This div border color is #a49cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49cbe


Comments

No comments written yet.

Please login to write comment.