Color Hex Logo

#a46cea Color Hex

#A46CEA
(164,108,234)
0 Favorites   0 Comments

Color spaces of #a46cea

RGB 164108234
HSL0.740.750.67
HSV267°54°92°
CMYK 0.300.540.00   0.08
XYZ35.523724.558280.7098
Yxy24.55820.25230.1744
Hunter Lab49.556241.2319-61.8734
CIE-Lab56.642447.0471-55.7573

#a46cea color RGB value is (164,108,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01101100 11101010
Octal 244 154 352
Decimal 164 108 234
Hex A4 6C EA

RGB Percentages of Color #a46cea

%32.41
%21.34
%46.25

CMYK Percentages of Color #a46cea

%30
%54
%0
%8

Triadic Colors of #a46cea

#a46cea #eaa46c #6ceaa4

Analogous Colors of #a46cea

#a46cea #e36cea #6c73ea

Monochromatic Colors of #a46cea

#a46cea

Complementary Color

#a46cea #b2ea6c

#a46cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a46cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a46cea Color CSS Codes

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

#a46cea Text Font Color

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

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


#a46cea Background Color

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

This div background color is #a46cea


#a46cea Border Color

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

This div border color is #a46cea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,108,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 #a46cea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a46cea


Comments

No comments written yet.

Please login to write comment.