Color Hex Logo

#a49fce Color Hex

#A49FCE
(164,159,206)
0 Favorites   0 Comments

Color spaces of #a49fce

RGB 164159206
HSL0.680.320.72
HSV246°23°81°
CMYK 0.200.230.00   0.19
XYZ38.848637.145063.5147
Yxy37.14500.27850.2663
Hunter Lab60.94677.1226-19.1255
CIE-Lab67.385711.6431-23.3412

#a49fce color RGB value is (164,159,206).

#a49fce hex color red value is 164, green value is 159 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a49fce hue: 0.68 , saturation: 0.32 and the lightness value of a49fce is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10011111 11001110
Octal 244 237 316
Decimal 164 159 206
Hex A4 9F CE

RGB Percentages of Color #a49fce

%31.00
%30.06
%38.94

CMYK Percentages of Color #a49fce

%20
%23
%0
%19

Triadic Colors of #a49fce

#a49fce #cea49f #9fcea4

Analogous Colors of #a49fce

#a49fce #bc9fce #9fb2ce

Monochromatic Colors of #a49fce

#a49fce

Complementary Color

#a49fce #c9ce9f

#a49fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49fce Color CSS Codes

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

#a49fce Text Font Color

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

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


#a49fce Background Color

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

This div background color is #a49fce


#a49fce Border Color

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

This div border color is #a49fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49fce


Comments

No comments written yet.

Please login to write comment.