Color Hex Logo

#a464ce Color Hex

#A464CE
(164,100,206)
0 Favorites   0 Comments

Color spaces of #a464ce

RGB 164100206
HSL0.770.520.60
HSV276°51°81°
CMYK 0.200.510.00   0.19
XYZ31.007621.463160.9010
Yxy21.46310.27350.1893
Hunter Lab46.328338.3959-45.5101
CIE-Lab53.452644.8370-45.0392

#a464ce color RGB value is (164,100,206).

#a464ce hex color red value is 164, green value is 100 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a464ce hue: 0.77 , saturation: 0.52 and the lightness value of a464ce is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01100100 11001110
Octal 244 144 316
Decimal 164 100 206
Hex A4 64 CE

RGB Percentages of Color #a464ce

%34.89
%21.28
%43.83

CMYK Percentages of Color #a464ce

%20
%51
%0
%19

Triadic Colors of #a464ce

#a464ce #cea464 #64cea4

Analogous Colors of #a464ce

#a464ce #ce64c3 #6f64ce

Monochromatic Colors of #a464ce

#a464ce

Complementary Color

#a464ce #8ece64

#a464ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a464ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a464ce Color CSS Codes

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

#a464ce Text Font Color

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

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


#a464ce Background Color

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

This div background color is #a464ce


#a464ce Border Color

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

This div border color is #a464ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a464ce


Comments

No comments written yet.

Please login to write comment.