Color Hex Logo

#a651ce Color Hex

#A651CE
(166,81,206)
0 Favorites   0 Comments

Color spaces of #a651ce

RGB 16681206
HSL0.780.560.56
HSV281°61°81°
CMYK 0.190.610.00   0.19
XYZ29.808918.448160.3823
Yxy18.44810.27440.1698
Hunter Lab42.951348.7174-53.2860
CIE-Lab50.035255.0738-50.4623

#a651ce color RGB value is (166,81,206).

#a651ce hex color red value is 166, green value is 81 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a651ce hue: 0.78 , saturation: 0.56 and the lightness value of a651ce is 0.56.

The process color (four color CMYK) of #a651ce color hex is 0.19, 0.61, 0.00, 0.19. Web safe color of #a651ce is #9966cc. Color #a651ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010001 11001110
Octal 246 121 316
Decimal 166 81 206
Hex A6 51 CE

RGB Percentages of Color #a651ce

%36.64
%17.88
%45.47

CMYK Percentages of Color #a651ce

%19
%61
%0
%19

Triadic Colors of #a651ce

#a651ce #cea651 #51cea6

Analogous Colors of #a651ce

#a651ce #ce51b8 #6851ce

Monochromatic Colors of #a651ce

#a651ce

Complementary Color

#a651ce #79ce51

#a651ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a651ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a651ce Color CSS Codes

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

#a651ce Text Font Color

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

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


#a651ce Background Color

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

This div background color is #a651ce


#a651ce Border Color

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

This div border color is #a651ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a651ce


Comments

No comments written yet.

Please login to write comment.