Color Hex Logo

#a851ec Color Hex

#A851EC
(168,81,236)
0 Favorites   0 Comments

Color spaces of #a851ec

RGB 16881236
HSL0.760.800.62
HSV274°66°93°
CMYK 0.290.660.00   0.07
XYZ34.231220.265881.4644
Yxy20.26580.25180.1491
Hunter Lab45.017656.9501-75.7797
CIE-Lab52.136462.0474-64.0886

#a851ec color RGB value is (168,81,236).

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

The process color (four color CMYK) of #a851ec color hex is 0.29, 0.66, 0.00, 0.07. Web safe color of #a851ec is #9966ff. Color #a851ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01010001 11101100
Octal 250 121 354
Decimal 168 81 236
Hex A8 51 EC

RGB Percentages of Color #a851ec

%34.64
%16.70
%48.66

CMYK Percentages of Color #a851ec

%29
%66
%0
%7

Triadic Colors of #a851ec

#a851ec #eca851 #51eca8

Analogous Colors of #a851ec

#a851ec #ec51e3 #5b51ec

Monochromatic Colors of #a851ec

#a851ec

Complementary Color

#a851ec #95ec51

#a851ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a851ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a851ec Color CSS Codes

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

#a851ec Text Font Color

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

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


#a851ec Background Color

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

This div background color is #a851ec


#a851ec Border Color

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

This div border color is #a851ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a851ec


Comments

No comments written yet.

Please login to write comment.