Color Hex Logo

#a851ea Color Hex

#A851EA
(168,81,234)
0 Favorites   0 Comments

Color spaces of #a851ea

RGB 16881234
HSL0.760.780.62
HSV274°65°92°
CMYK 0.280.650.00   0.08
XYZ33.942220.150279.9423
Yxy20.15020.25320.1503
Hunter Lab44.889056.4147-74.1667
CIE-Lab52.006661.6029-63.1745

#a851ea color RGB value is (168,81,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01010001 11101010
Octal 250 121 352
Decimal 168 81 234
Hex A8 51 EA

RGB Percentages of Color #a851ea

%34.78
%16.77
%48.45

CMYK Percentages of Color #a851ea

%28
%65
%0
%8

Triadic Colors of #a851ea

#a851ea #eaa851 #51eaa8

Analogous Colors of #a851ea

#a851ea #ea51e0 #5b51ea

Monochromatic Colors of #a851ea

#a851ea

Complementary Color

#a851ea #93ea51

#a851ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a851ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a851ea Color CSS Codes

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

#a851ea Text Font Color

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

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


#a851ea Background Color

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

This div background color is #a851ea


#a851ea Border Color

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

This div border color is #a851ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a851ea


Comments

No comments written yet.

Please login to write comment.