Color Hex Logo

#a46bde Color Hex

#A46BDE
(164,107,222)
0 Favorites   0 Comments

Color spaces of #a46bde

RGB 164107222
HSL0.750.640.65
HSV270°52°87°
CMYK 0.260.520.00   0.13
XYZ33.752423.681871.8993
Yxy23.68180.26100.1831
Hunter Lab48.663938.6423-53.5342
CIE-Lab55.767844.7285-50.4237

#a46bde color RGB value is (164,107,222).

#a46bde hex color red value is 164, green value is 107 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a46bde hue: 0.75 , saturation: 0.64 and the lightness value of a46bde is 0.65.

The process color (four color CMYK) of #a46bde color hex is 0.26, 0.52, 0.00, 0.13. Web safe color of #a46bde is #9966cc. Color #a46bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01101011 11011110
Octal 244 153 336
Decimal 164 107 222
Hex A4 6B DE

RGB Percentages of Color #a46bde

%33.27
%21.70
%45.03

CMYK Percentages of Color #a46bde

%26
%52
%0
%13

Triadic Colors of #a46bde

#a46bde #dea46b #6bdea4

Analogous Colors of #a46bde

#a46bde #de6bde #6b6cde

Monochromatic Colors of #a46bde

#a46bde

Complementary Color

#a46bde #a5de6b

#a46bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a46bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a46bde Color CSS Codes

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

#a46bde Text Font Color

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

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


#a46bde Background Color

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

This div background color is #a46bde


#a46bde Border Color

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

This div border color is #a46bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a46bde


Comments

No comments written yet.

Please login to write comment.