Color Hex Logo

#a464cd Color Hex

#A464CD
(164,100,205)
0 Favorites   0 Comments

Color spaces of #a464cd

RGB 164100205
HSL0.770.510.60
HSV277°51°80°
CMYK 0.200.510.00   0.20
XYZ30.886521.414660.2631
Yxy21.41460.27440.1902
Hunter Lab46.275938.1556-44.8176
CIE-Lab53.400344.6140-44.5521

#a464cd color RGB value is (164,100,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01100100 11001101
Octal 244 144 315
Decimal 164 100 205
Hex A4 64 CD

RGB Percentages of Color #a464cd

%34.97
%21.32
%43.71

CMYK Percentages of Color #a464cd

%20
%51
%0
%20

Triadic Colors of #a464cd

#a464cd #cda464 #64cda4

Analogous Colors of #a464cd

#a464cd #cd64c2 #7064cd

Monochromatic Colors of #a464cd

#a464cd

Complementary Color

#a464cd #8dcd64

#a464cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a464cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a464cd Color CSS Codes

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

#a464cd Text Font Color

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

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


#a464cd Background Color

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

This div background color is #a464cd


#a464cd Border Color

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

This div border color is #a464cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a464cd


Comments

No comments written yet.

Please login to write comment.