Color Hex Logo

#a49bcc Color Hex

#A49BCC
(164,155,204)
0 Favorites   0 Comments

Color spaces of #a49bcc

RGB 164155204
HSL0.700.320.70
HSV251°24°80°
CMYK 0.200.240.00   0.20
XYZ37.930335.694862.0174
Yxy35.69480.27960.2632
Hunter Lab59.74518.7701-19.7234
CIE-Lab66.286113.4357-23.9135

#a49bcc color RGB value is (164,155,204).

#a49bcc hex color red value is 164, green value is 155 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a49bcc hue: 0.70 , saturation: 0.32 and the lightness value of a49bcc is 0.70.

The process color (four color CMYK) of #a49bcc color hex is 0.20, 0.24, 0.00, 0.20. Web safe color of #a49bcc is #9999cc. Color #a49bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10011011 11001100
Octal 244 233 314
Decimal 164 155 204
Hex A4 9B CC

RGB Percentages of Color #a49bcc

%31.36
%29.64
%39.01

CMYK Percentages of Color #a49bcc

%20
%24
%0
%20

Triadic Colors of #a49bcc

#a49bcc #cca49b #9bcca4

Analogous Colors of #a49bcc

#a49bcc #bd9bcc #9babcc

Monochromatic Colors of #a49bcc

#a49bcc

Complementary Color

#a49bcc #c3cc9b

#a49bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49bcc Color CSS Codes

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

#a49bcc Text Font Color

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

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


#a49bcc Background Color

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

This div background color is #a49bcc


#a49bcc Border Color

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

This div border color is #a49bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49bcc


Comments

No comments written yet.

Please login to write comment.