Color Hex Logo

#b155aa Color Hex

#B155AA
(177,85,170)
0 Favorites   0 Comments

Color spaces of #b155aa

RGB 17785170
HSL0.850.370.51
HSV305°52°69°
CMYK 0.000.520.04   0.31
XYZ28.635718.746440.1394
Yxy18.74640.32720.2142
Hunter Lab43.297142.2858-24.6579
CIE-Lab50.389249.0314-28.9418

#b155aa color RGB value is (177,85,170).

#b155aa hex color red value is 177, green value is 85 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b155aa hue: 0.85 , saturation: 0.37 and the lightness value of b155aa is 0.51.

The process color (four color CMYK) of #b155aa color hex is 0.00, 0.52, 0.04, 0.31. Web safe color of #b155aa is #996699. Color #b155aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01010101 10101010
Octal 261 125 252
Decimal 177 85 170
Hex B1 55 AA

RGB Percentages of Color #b155aa

%40.97
%19.68
%39.35

CMYK Percentages of Color #b155aa

%0
%52
%4
%31

Triadic Colors of #b155aa

#b155aa #aab155 #55aab1

Analogous Colors of #b155aa

#b155aa #b1557c #8a55b1

Monochromatic Colors of #b155aa

#b155aa

Complementary Color

#b155aa #55b15c

#b155aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b155aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b155aa Color CSS Codes

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

#b155aa Text Font Color

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

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


#b155aa Background Color

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

This div background color is #b155aa


#b155aa Border Color

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

This div border color is #b155aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b155aa


Comments

No comments written yet.

Please login to write comment.