Color Hex Logo

#a49fec Color Hex

#A49FEC
(164,159,236)
0 Favorites   0 Comments

Color spaces of #a49fec

RGB 164159236
HSL0.680.670.77
HSV244°33°93°
CMYK 0.310.330.00   0.07
XYZ42.848338.744984.5770
Yxy38.74490.25790.2332
Hunter Lab62.245413.9458-36.9895
CIE-Lab68.566118.8760-38.0452

#a49fec color RGB value is (164,159,236).

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

The process color (four color CMYK) of #a49fec color hex is 0.31, 0.33, 0.00, 0.07. Web safe color of #a49fec is #9999ff. Color #a49fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10011111 11101100
Octal 244 237 354
Decimal 164 159 236
Hex A4 9F EC

RGB Percentages of Color #a49fec

%29.34
%28.44
%42.22

CMYK Percentages of Color #a49fec

%31
%33
%0
%7

Triadic Colors of #a49fec

#a49fec #eca49f #9feca4

Analogous Colors of #a49fec

#a49fec #cb9fec #9fc1ec

Monochromatic Colors of #a49fec

#a49fec

Complementary Color

#a49fec #e7ec9f

#a49fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49fec Color CSS Codes

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

#a49fec Text Font Color

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

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


#a49fec Background Color

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

This div background color is #a49fec


#a49fec Border Color

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

This div border color is #a49fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49fec


Comments

No comments written yet.

Please login to write comment.