Color Hex Logo

#a862ff Color Hex

#A862FF
(168,98,255)
0 Favorites   0 Comments

Color spaces of #a862ff

RGB 16898255
HSL0.741.000.69
HSV267°62°100°
CMYK 0.340.620.00   0.00
XYZ38.566124.280297.2616
Yxy24.28020.24090.1516
Hunter Lab49.274953.4757-82.5374
CIE-Lab56.367358.2347-67.8440

#a862ff color RGB value is (168,98,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01100010 11111111
Octal 250 142 377
Decimal 168 98 255
Hex A8 62 FF

RGB Percentages of Color #a862ff

%32.25
%18.81
%48.94

CMYK Percentages of Color #a862ff

%34
%62
%0
%0

Triadic Colors of #a862ff

#a862ff #ffa862 #62ffa8

Analogous Colors of #a862ff

#a862ff #f762ff #626bff

Monochromatic Colors of #a862ff

#a862ff

Complementary Color

#a862ff #b9ff62

#a862ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a862ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a862ff Color CSS Codes

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

#a862ff Text Font Color

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

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


#a862ff Background Color

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

This div background color is #a862ff


#a862ff Border Color

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

This div border color is #a862ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a862ff


Comments

No comments written yet.

Please login to write comment.