Color Hex Logo

#b155bf Color Hex

#B155BF
(177,85,191)
0 Favorites   0 Comments

Color spaces of #b155bf

RGB 17785191
HSL0.810.450.54
HSV292°55°75°
CMYK 0.070.550.00   0.25
XYZ30.783919.605751.4520
Yxy19.60570.30230.1925
Hunter Lab44.278346.6126-37.9009
CIE-Lab51.388452.9047-39.5927

#b155bf color RGB value is (177,85,191).

#b155bf hex color red value is 177, green value is 85 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b155bf hue: 0.81 , saturation: 0.45 and the lightness value of b155bf is 0.54.

The process color (four color CMYK) of #b155bf color hex is 0.07, 0.55, 0.00, 0.25. Web safe color of #b155bf is #9966cc. Color #b155bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01010101 10111111
Octal 261 125 277
Decimal 177 85 191
Hex B1 55 BF

RGB Percentages of Color #b155bf

%39.07
%18.76
%42.16

CMYK Percentages of Color #b155bf

%7
%55
%0
%25

Triadic Colors of #b155bf

#b155bf #bfb155 #55bfb1

Analogous Colors of #b155bf

#b155bf #bf5598 #7c55bf

Monochromatic Colors of #b155bf

#b155bf

Complementary Color

#b155bf #63bf55

#b155bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b155bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b155bf Color CSS Codes

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

#b155bf Text Font Color

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

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


#b155bf Background Color

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

This div background color is #b155bf


#b155bf Border Color

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

This div border color is #b155bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,85,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b155bf


Comments

No comments written yet.

Please login to write comment.