Color Hex Logo

#a46dbe Color Hex

#A46DBE
(164,109,190)
0 Favorites   0 Comments

Color spaces of #a46dbe

RGB 164109190
HSL0.780.380.59
HSV281°43°75°
CMYK 0.140.430.00   0.25
XYZ30.072722.547551.4823
Yxy22.54750.28890.2166
Hunter Lab47.484229.9503-31.0432
CIE-Lab54.603236.3833-34.0806

#a46dbe color RGB value is (164,109,190).

#a46dbe hex color red value is 164, green value is 109 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a46dbe hue: 0.78 , saturation: 0.38 and the lightness value of a46dbe is 0.59.

The process color (four color CMYK) of #a46dbe color hex is 0.14, 0.43, 0.00, 0.25. Web safe color of #a46dbe is #9966cc. Color #a46dbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01101101 10111110
Octal 244 155 276
Decimal 164 109 190
Hex A4 6D BE

RGB Percentages of Color #a46dbe

%35.42
%23.54
%41.04

CMYK Percentages of Color #a46dbe

%14
%43
%0
%25

Triadic Colors of #a46dbe

#a46dbe #bea46d #6dbea4

Analogous Colors of #a46dbe

#a46dbe #be6db0 #7c6dbe

Monochromatic Colors of #a46dbe

#a46dbe

Complementary Color

#a46dbe #87be6d

#a46dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a46dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a46dbe Color CSS Codes

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

#a46dbe Text Font Color

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

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


#a46dbe Background Color

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

This div background color is #a46dbe


#a46dbe Border Color

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

This div border color is #a46dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a46dbe


Comments

No comments written yet.

Please login to write comment.