Color Hex Logo

#a465dc Color Hex

#A465DC
(164,101,220)
0 Favorites   0 Comments

Color spaces of #a465dc

RGB 164101220
HSL0.750.630.63
HSV272°54°86°
CMYK 0.250.540.00   0.14
XYZ32.881822.367270.2944
Yxy22.36720.26190.1782
Hunter Lab47.294041.3402-55.0187
CIE-Lab54.414547.4910-51.4514

#a465dc color RGB value is (164,101,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01100101 11011100
Octal 244 145 334
Decimal 164 101 220
Hex A4 65 DC

RGB Percentages of Color #a465dc

%33.81
%20.82
%45.36

CMYK Percentages of Color #a465dc

%25
%54
%0
%14

Triadic Colors of #a465dc

#a465dc #dca465 #65dca4

Analogous Colors of #a465dc

#a465dc #dc65d9 #6965dc

Monochromatic Colors of #a465dc

#a465dc

Complementary Color

#a465dc #9ddc65

#a465dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a465dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a465dc Color CSS Codes

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

#a465dc Text Font Color

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

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


#a465dc Background Color

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

This div background color is #a465dc


#a465dc Border Color

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

This div border color is #a465dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a465dc


Comments

No comments written yet.

Please login to write comment.