Color Hex Logo

#a46bea Color Hex

#A46BEA
(164,107,234)
0 Favorites   0 Comments

Color spaces of #a46bea

RGB 164107234
HSL0.740.750.67
HSV267°54°92°
CMYK 0.300.540.00   0.08
XYZ35.418824.348480.6748
Yxy24.34840.25220.1734
Hunter Lab49.344141.7737-62.3949
CIE-Lab56.434947.5865-56.0888

#a46bea color RGB value is (164,107,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01101011 11101010
Octal 244 153 352
Decimal 164 107 234
Hex A4 6B EA

RGB Percentages of Color #a46bea

%32.48
%21.19
%46.34

CMYK Percentages of Color #a46bea

%30
%54
%0
%8

Triadic Colors of #a46bea

#a46bea #eaa46b #6beaa4

Analogous Colors of #a46bea

#a46bea #e46bea #6b72ea

Monochromatic Colors of #a46bea

#a46bea

Complementary Color

#a46bea #b1ea6b

#a46bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a46bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a46bea Color CSS Codes

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

#a46bea Text Font Color

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

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


#a46bea Background Color

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

This div background color is #a46bea


#a46bea Border Color

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

This div border color is #a46bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a46bea


Comments

No comments written yet.

Please login to write comment.