Color Hex Logo

#a655bb Color Hex

#A655BB
(166,85,187)
0 Favorites   0 Comments

Color spaces of #a655bb

RGB 16685187
HSL0.800.430.53
HSV288°55°73°
CMYK 0.110.550.00   0.27
XYZ27.944018.191849.0523
Yxy18.19180.29360.1911
Hunter Lab42.651842.3062-38.3309
CIE-Lab49.727949.1607-39.9952

#a655bb color RGB value is (166,85,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010101 10111011
Octal 246 125 273
Decimal 166 85 187
Hex A6 55 BB

RGB Percentages of Color #a655bb

%37.90
%19.41
%42.69

CMYK Percentages of Color #a655bb

%11
%55
%0
%27

Triadic Colors of #a655bb

#a655bb #bba655 #55bba6

Analogous Colors of #a655bb

#a655bb #bb559d #7355bb

Monochromatic Colors of #a655bb

#a655bb

Complementary Color

#a655bb #6abb55

#a655bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a655bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a655bb Color CSS Codes

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

#a655bb Text Font Color

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

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


#a655bb Background Color

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

This div background color is #a655bb


#a655bb Border Color

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

This div border color is #a655bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a655bb


Comments

No comments written yet.

Please login to write comment.