Color Hex Logo

#a465df Color Hex

#A465DF
(164,101,223)
0 Favorites   0 Comments

Color spaces of #a465df

RGB 164101223
HSL0.750.660.64
HSV271°55°87°
CMYK 0.260.550.00   0.13
XYZ33.282822.527672.4061
Yxy22.52760.25960.1757
Hunter Lab47.463242.1094-57.2238
CIE-Lab54.582448.1883-52.8757

#a465df color RGB value is (164,101,223).

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

The process color (four color CMYK) of #a465df color hex is 0.26, 0.55, 0.00, 0.13. Web safe color of #a465df is #9966cc. Color #a465df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01100101 11011111
Octal 244 145 337
Decimal 164 101 223
Hex A4 65 DF

RGB Percentages of Color #a465df

%33.61
%20.70
%45.70

CMYK Percentages of Color #a465df

%26
%55
%0
%13

Triadic Colors of #a465df

#a465df #dfa465 #65dfa4

Analogous Colors of #a465df

#a465df #df65dd #6765df

Monochromatic Colors of #a465df

#a465df

Complementary Color

#a465df #a0df65

#a465df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a465df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a465df Color CSS Codes

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

#a465df Text Font Color

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

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


#a465df Background Color

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

This div background color is #a465df


#a465df Border Color

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

This div border color is #a465df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a465df


Comments

No comments written yet.

Please login to write comment.