Color Hex Logo

#a651bb Color Hex

#A651BB
(166,81,187)
0 Favorites   0 Comments

Color spaces of #a651bb

RGB 16681187
HSL0.800.440.53
HSV288°57°73°
CMYK 0.110.570.00   0.27
XYZ27.638017.579748.9503
Yxy17.57970.29350.1867
Hunter Lab41.928244.2885-39.8702
CIE-Lab48.982351.1565-41.1743

#a651bb color RGB value is (166,81,187).

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

The process color (four color CMYK) of #a651bb color hex is 0.11, 0.57, 0.00, 0.27. Web safe color of #a651bb is #9966cc. Color #a651bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010001 10111011
Octal 246 121 273
Decimal 166 81 187
Hex A6 51 BB

RGB Percentages of Color #a651bb

%38.25
%18.66
%43.09

CMYK Percentages of Color #a651bb

%11
%57
%0
%27

Triadic Colors of #a651bb

#a651bb #bba651 #51bba6

Analogous Colors of #a651bb

#a651bb #bb519b #7151bb

Monochromatic Colors of #a651bb

#a651bb

Complementary Color

#a651bb #66bb51

#a651bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a651bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a651bb Color CSS Codes

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

#a651bb Text Font Color

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

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


#a651bb Background Color

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

This div background color is #a651bb


#a651bb Border Color

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

This div border color is #a651bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a651bb


Comments

No comments written yet.

Please login to write comment.