Color Hex Logo

#a46daf Color Hex

#A46DAF
(164,109,175)
0 Favorites   0 Comments

Color spaces of #a46daf

RGB 164109175
HSL0.810.290.56
HSV290°38°69°
CMYK 0.060.380.00   0.31
XYZ28.516321.924943.2864
Yxy21.92490.30420.2339
Hunter Lab46.824026.7662-22.0337
CIE-Lab53.947233.2284-26.4611

#a46daf color RGB value is (164,109,175).

#a46daf hex color red value is 164, green value is 109 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a46daf hue: 0.81 , saturation: 0.29 and the lightness value of a46daf is 0.56.

The process color (four color CMYK) of #a46daf color hex is 0.06, 0.38, 0.00, 0.31. Web safe color of #a46daf is #996699. Color #a46daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01101101 10101111
Octal 244 155 257
Decimal 164 109 175
Hex A4 6D AF

RGB Percentages of Color #a46daf

%36.61
%24.33
%39.06

CMYK Percentages of Color #a46daf

%6
%38
%0
%31

Triadic Colors of #a46daf

#a46daf #afa46d #6dafa4

Analogous Colors of #a46daf

#a46daf #af6d99 #836daf

Monochromatic Colors of #a46daf

#a46daf

Complementary Color

#a46daf #78af6d

#a46daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a46daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a46daf Color CSS Codes

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

#a46daf Text Font Color

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

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


#a46daf Background Color

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

This div background color is #a46daf


#a46daf Border Color

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

This div border color is #a46daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a46daf


Comments

No comments written yet.

Please login to write comment.