Color Hex Logo

#a863ea Color Hex

#A863EA
(168,99,234)
0 Favorites   0 Comments

Color spaces of #a863ea

RGB 16899234
HSL0.750.760.65
HSV271°58°92°
CMYK 0.280.580.00   0.08
XYZ35.461623.189080.4488
Yxy23.18900.25490.1667
Hunter Lab48.155047.1773-65.3428
CIE-Lab55.266552.7678-57.9343

#a863ea color RGB value is (168,99,234).

#a863ea hex color red value is 168, green value is 99 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a863ea hue: 0.75 , saturation: 0.76 and the lightness value of a863ea is 0.65.

The process color (four color CMYK) of #a863ea color hex is 0.28, 0.58, 0.00, 0.08. Web safe color of #a863ea is #9966ff. Color #a863ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01100011 11101010
Octal 250 143 352
Decimal 168 99 234
Hex A8 63 EA

RGB Percentages of Color #a863ea

%33.53
%19.76
%46.71

CMYK Percentages of Color #a863ea

%28
%58
%0
%8

Triadic Colors of #a863ea

#a863ea #eaa863 #63eaa8

Analogous Colors of #a863ea

#a863ea #ea63e9 #6563ea

Monochromatic Colors of #a863ea

#a863ea

Complementary Color

#a863ea #a5ea63

#a863ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a863ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a863ea Color CSS Codes

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

#a863ea Text Font Color

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

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


#a863ea Background Color

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

This div background color is #a863ea


#a863ea Border Color

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

This div border color is #a863ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,99,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a863ea


Comments

No comments written yet.

Please login to write comment.