Color Hex Logo

#a46deb Color Hex

#A46DEB
(164,109,235)
0 Favorites   0 Comments

Color spaces of #a46deb

RGB 164109235
HSL0.740.760.67
HSV266°54°92°
CMYK 0.300.540.00   0.08
XYZ35.773924.827981.5040
Yxy24.82790.25170.1747
Hunter Lab49.827640.9564-62.1025
CIE-Lab56.907446.7487-55.8923

#a46deb color RGB value is (164,109,235).

#a46deb hex color red value is 164, green value is 109 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a46deb hue: 0.74 , saturation: 0.76 and the lightness value of a46deb is 0.67.

The process color (four color CMYK) of #a46deb color hex is 0.30, 0.54, 0.00, 0.08. Web safe color of #a46deb is #9966ff. Color #a46deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01101101 11101011
Octal 244 155 353
Decimal 164 109 235
Hex A4 6D EB

RGB Percentages of Color #a46deb

%32.28
%21.46
%46.26

CMYK Percentages of Color #a46deb

%30
%54
%0
%8

Triadic Colors of #a46deb

#a46deb #eba46d #6deba4

Analogous Colors of #a46deb

#a46deb #e36deb #6d75eb

Monochromatic Colors of #a46deb

#a46deb

Complementary Color

#a46deb #b4eb6d

#a46deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a46deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a46deb Color CSS Codes

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

#a46deb Text Font Color

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

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


#a46deb Background Color

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

This div background color is #a46deb


#a46deb Border Color

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

This div border color is #a46deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a46deb


Comments

No comments written yet.

Please login to write comment.