Color Hex Logo

#a651ed Color Hex

#A651ED
(166,81,237)
0 Favorites   0 Comments

Color spaces of #a651ed

RGB 16681237
HSL0.760.810.62
HSV273°66°93°
CMYK 0.300.660.00   0.07
XYZ33.954420.106382.2121
Yxy20.10630.24920.1475
Hunter Lab44.840056.6961-77.3174
CIE-Lab51.957261.8585-64.9514

#a651ed color RGB value is (166,81,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010001 11101101
Octal 246 121 355
Decimal 166 81 237
Hex A6 51 ED

RGB Percentages of Color #a651ed

%34.30
%16.74
%48.97

CMYK Percentages of Color #a651ed

%30
%66
%0
%7

Triadic Colors of #a651ed

#a651ed #eda651 #51eda6

Analogous Colors of #a651ed

#a651ed #ed51e6 #5851ed

Monochromatic Colors of #a651ed

#a651ed

Complementary Color

#a651ed #98ed51

#a651ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a651ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a651ed Color CSS Codes

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

#a651ed Text Font Color

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

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


#a651ed Background Color

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

This div background color is #a651ed


#a651ed Border Color

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

This div border color is #a651ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a651ed


Comments

No comments written yet.

Please login to write comment.