Color Hex Logo

#a865ff Color Hex

#A865FF
(168,101,255)
0 Favorites   0 Comments

Color spaces of #a865ff

RGB 168101255
HSL0.741.000.70
HSV266°60°100°
CMYK 0.340.600.00   0.00
XYZ38.852124.852297.3570
Yxy24.85220.24120.1543
Hunter Lab49.852051.8729-80.8923
CIE-Lab56.931156.7170-66.9348

#a865ff color RGB value is (168,101,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01100101 11111111
Octal 250 145 377
Decimal 168 101 255
Hex A8 65 FF

RGB Percentages of Color #a865ff

%32.06
%19.27
%48.66

CMYK Percentages of Color #a865ff

%34
%60
%0
%0

Triadic Colors of #a865ff

#a865ff #ffa865 #65ffa8

Analogous Colors of #a865ff

#a865ff #f565ff #656fff

Monochromatic Colors of #a865ff

#a865ff

Complementary Color

#a865ff #bcff65

#a865ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a865ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a865ff Color CSS Codes

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

#a865ff Text Font Color

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

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


#a865ff Background Color

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

This div background color is #a865ff


#a865ff Border Color

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

This div border color is #a865ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a865ff

Related Colors

#a865ff Color Palettes


Comments

No comments written yet.

Please login to write comment.