Color Hex Logo

#a49fed Color Hex

#A49FED
(164,159,237)
0 Favorites   0 Comments

Color spaces of #a49fed

RGB 164159237
HSL0.680.680.78
HSV244°33°93°
CMYK 0.310.330.00   0.07
XYZ42.994038.803285.3445
Yxy38.80320.25720.2322
Hunter Lab62.292214.1891-37.6267
CIE-Lab68.608519.1273-38.5265

#a49fed color RGB value is (164,159,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10011111 11101101
Octal 244 237 355
Decimal 164 159 237
Hex A4 9F ED

RGB Percentages of Color #a49fed

%29.29
%28.39
%42.32

CMYK Percentages of Color #a49fed

%31
%33
%0
%7

Triadic Colors of #a49fed

#a49fed #eda49f #9feda4

Analogous Colors of #a49fed

#a49fed #cb9fed #9fc1ed

Monochromatic Colors of #a49fed

#a49fed

Complementary Color

#a49fed #e8ed9f

#a49fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49fed Color CSS Codes

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

#a49fed Text Font Color

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

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


#a49fed Background Color

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

This div background color is #a49fed


#a49fed Border Color

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

This div border color is #a49fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49fed


Comments

No comments written yet.

Please login to write comment.