Color Hex Logo

#b656aa Color Hex

#B656AA
(182,86,170)
0 Favorites   0 Comments

Color spaces of #b656aa

RGB 18286170
HSL0.850.400.53
HSV308°53°71°
CMYK 0.000.530.07   0.29
XYZ29.874919.502940.2201
Yxy19.50290.33340.2177
Hunter Lab44.162143.4686-23.0842
CIE-Lab51.270549.9997-27.5184

#b656aa color RGB value is (182,86,170).

#b656aa hex color red value is 182, green value is 86 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b656aa hue: 0.85 , saturation: 0.40 and the lightness value of b656aa is 0.53.

The process color (four color CMYK) of #b656aa color hex is 0.00, 0.53, 0.07, 0.29. Web safe color of #b656aa is #cc6699. Color #b656aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01010110 10101010
Octal 266 126 252
Decimal 182 86 170
Hex B6 56 AA

RGB Percentages of Color #b656aa

%41.55
%19.63
%38.81

CMYK Percentages of Color #b656aa

%0
%53
%7
%29

Triadic Colors of #b656aa

#b656aa #aab656 #56aab6

Analogous Colors of #b656aa

#b656aa #b6567a #9256b6

Monochromatic Colors of #b656aa

#b656aa

Complementary Color

#b656aa #56b662

#b656aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b656aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b656aa Color CSS Codes

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

#b656aa Text Font Color

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

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


#b656aa Background Color

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

This div background color is #b656aa


#b656aa Border Color

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

This div border color is #b656aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,86,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b656aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b656aa;
  -webkit-box-shadow: 1px 1px 3px 2px #b656aa;
  box-shadow:         1px 1px 3px 2px #b656aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,86,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b656aa


Comments

No comments written yet.

Please login to write comment.