Color Hex Logo

#a49fdf Color Hex

#A49FDF
(164,159,223)
0 Favorites   0 Comments

Color spaces of #a49fdf

RGB 164159223
HSL0.680.500.75
HSV245°29°87°
CMYK 0.260.290.00   0.13
XYZ41.027338.016574.9876
Yxy38.01650.26640.2468
Hunter Lab61.657510.8744-28.9480
CIE-Lab68.032815.6648-31.7359

#a49fdf color RGB value is (164,159,223).

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

The process color (four color CMYK) of #a49fdf color hex is 0.26, 0.29, 0.00, 0.13. Web safe color of #a49fdf is #9999cc. Color #a49fdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10011111 11011111
Octal 244 237 337
Decimal 164 159 223
Hex A4 9F DF

RGB Percentages of Color #a49fdf

%30.04
%29.12
%40.84

CMYK Percentages of Color #a49fdf

%26
%29
%0
%13

Triadic Colors of #a49fdf

#a49fdf #dfa49f #9fdfa4

Analogous Colors of #a49fdf

#a49fdf #c49fdf #9fbadf

Monochromatic Colors of #a49fdf

#a49fdf

Complementary Color

#a49fdf #dadf9f

#a49fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49fdf Color CSS Codes

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

#a49fdf Text Font Color

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

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


#a49fdf Background Color

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

This div background color is #a49fdf


#a49fdf Border Color

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

This div border color is #a49fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49fdf


Comments

No comments written yet.

Please login to write comment.