Color Hex Logo

#a651ec Color Hex

#A651EC
(166,81,236)
0 Favorites   0 Comments

Color spaces of #a651ec

RGB 16681236
HSL0.760.800.62
HSV273°66°93°
CMYK 0.300.660.00   0.07
XYZ33.808620.048081.4446
Yxy20.04800.24990.1482
Hunter Lab44.775056.4251-76.5045
CIE-Lab51.891461.6333-64.4963

#a651ec color RGB value is (166,81,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010001 11101100
Octal 246 121 354
Decimal 166 81 236
Hex A6 51 EC

RGB Percentages of Color #a651ec

%34.37
%16.77
%48.86

CMYK Percentages of Color #a651ec

%30
%66
%0
%7

Triadic Colors of #a651ec

#a651ec #eca651 #51eca6

Analogous Colors of #a651ec

#a651ec #ec51e5 #5951ec

Monochromatic Colors of #a651ec

#a651ec

Complementary Color

#a651ec #97ec51

#a651ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a651ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a651ec Color CSS Codes

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

#a651ec Text Font Color

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

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


#a651ec Background Color

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

This div background color is #a651ec


#a651ec Border Color

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

This div border color is #a651ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a651ec


Comments

No comments written yet.

Please login to write comment.