Color Hex Logo

#a46cce Color Hex

#A46CCE
(164,108,206)
0 Favorites   0 Comments

Color spaces of #a46cce

RGB 164108206
HSL0.760.500.62
HSV274°48°81°
CMYK 0.200.480.00   0.19
XYZ31.813023.073961.1695
Yxy23.07390.27410.1988
Hunter Lab48.035334.1559-41.8768
CIE-Lab55.148440.4826-42.3574

#a46cce color RGB value is (164,108,206).

#a46cce hex color red value is 164, green value is 108 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a46cce hue: 0.76 , saturation: 0.50 and the lightness value of a46cce is 0.62.

The process color (four color CMYK) of #a46cce color hex is 0.20, 0.48, 0.00, 0.19. Web safe color of #a46cce is #9966cc. Color #a46cce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01101100 11001110
Octal 244 154 316
Decimal 164 108 206
Hex A4 6C CE

RGB Percentages of Color #a46cce

%34.31
%22.59
%43.10

CMYK Percentages of Color #a46cce

%20
%48
%0
%19

Triadic Colors of #a46cce

#a46cce #cea46c #6ccea4

Analogous Colors of #a46cce

#a46cce #ce6cc7 #736cce

Monochromatic Colors of #a46cce

#a46cce

Complementary Color

#a46cce #96ce6c

#a46cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a46cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a46cce Color CSS Codes

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

#a46cce Text Font Color

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

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


#a46cce Background Color

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

This div background color is #a46cce


#a46cce Border Color

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

This div border color is #a46cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a46cce


Comments

No comments written yet.

Please login to write comment.