Color Hex Logo

#a465ff Color Hex

#A465FF
(164,101,255)
0 Favorites   0 Comments

Color spaces of #a465ff

RGB 164101255
HSL0.731.000.70
HSV265°60°100°
CMYK 0.360.600.00   0.00
XYZ38.013524.419997.3177
Yxy24.41990.23800.1529
Hunter Lab49.416550.8318-82.1704
CIE-Lab56.505855.8611-67.6422

#a465ff color RGB value is (164,101,255).

#a465ff hex color red value is 164, green value is 101 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a465ff hue: 0.73 , saturation: 1.00 and the lightness value of a465ff is 0.70.

The process color (four color CMYK) of #a465ff color hex is 0.36, 0.60, 0.00, 0.00. Web safe color of #a465ff is #9966ff. Color #a465ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01100101 11111111
Octal 244 145 377
Decimal 164 101 255
Hex A4 65 FF

RGB Percentages of Color #a465ff

%31.54
%19.42
%49.04

CMYK Percentages of Color #a465ff

%36
%60
%0
%0

Triadic Colors of #a465ff

#a465ff #ffa465 #65ffa4

Analogous Colors of #a465ff

#a465ff #f165ff #6573ff

Monochromatic Colors of #a465ff

#a465ff

Complementary Color

#a465ff #c0ff65

#a465ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a465ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a465ff Color CSS Codes

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

#a465ff Text Font Color

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

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


#a465ff Background Color

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

This div background color is #a465ff


#a465ff Border Color

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

This div border color is #a465ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a465ff


Comments

No comments written yet.

Please login to write comment.