Color Hex Logo

#a464dc Color Hex

#A464DC
(164,100,220)
0 Favorites   0 Comments

Color spaces of #a464dc

RGB 164100220
HSL0.760.630.63
HSV272°55°86°
CMYK 0.250.550.00   0.14
XYZ32.785322.174270.2622
Yxy22.17420.26180.1771
Hunter Lab47.089541.8711-55.5039
CIE-Lab54.211348.0227-51.7752

#a464dc color RGB value is (164,100,220).

#a464dc hex color red value is 164, green value is 100 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a464dc hue: 0.76 , saturation: 0.63 and the lightness value of a464dc is 0.63.

The process color (four color CMYK) of #a464dc color hex is 0.25, 0.55, 0.00, 0.14. Web safe color of #a464dc is #9966cc. Color #a464dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01100100 11011100
Octal 244 144 334
Decimal 164 100 220
Hex A4 64 DC

RGB Percentages of Color #a464dc

%33.88
%20.66
%45.45

CMYK Percentages of Color #a464dc

%25
%55
%0
%14

Triadic Colors of #a464dc

#a464dc #dca464 #64dca4

Analogous Colors of #a464dc

#a464dc #dc64d8 #6864dc

Monochromatic Colors of #a464dc

#a464dc

Complementary Color

#a464dc #9cdc64

#a464dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a464dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a464dc Color CSS Codes

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

#a464dc Text Font Color

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

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


#a464dc Background Color

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

This div background color is #a464dc


#a464dc Border Color

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

This div border color is #a464dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a464dc


Comments

No comments written yet.

Please login to write comment.