Color Hex Logo

#a864ea Color Hex

#A864EA
(168,100,234)
0 Favorites   0 Comments

Color spaces of #a864ea

RGB 168100234
HSL0.750.760.65
HSV270°57°92°
CMYK 0.280.570.00   0.08
XYZ35.556923.379780.4806
Yxy23.37970.25500.1677
Hunter Lab48.352646.6461-64.8387
CIE-Lab55.461352.2502-57.6222

#a864ea color RGB value is (168,100,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01100100 11101010
Octal 250 144 352
Decimal 168 100 234
Hex A8 64 EA

RGB Percentages of Color #a864ea

%33.47
%19.92
%46.61

CMYK Percentages of Color #a864ea

%28
%57
%0
%8

Triadic Colors of #a864ea

#a864ea #eaa864 #64eaa8

Analogous Colors of #a864ea

#a864ea #ea64e9 #6564ea

Monochromatic Colors of #a864ea

#a864ea

Complementary Color

#a864ea #a6ea64

#a864ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a864ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a864ea Color CSS Codes

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

#a864ea Text Font Color

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

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


#a864ea Background Color

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

This div background color is #a864ea


#a864ea Border Color

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

This div border color is #a864ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a864ea


Comments

No comments written yet.

Please login to write comment.