Color Hex Logo

#b115bf Color Hex

#B115BF
(177,21,191)
0 Favorites   0 Comments

Color spaces of #b115bf

RGB 17721191
HSL0.820.800.42
HSV295°89°75°
CMYK 0.070.890.00   0.25
XYZ27.803613.645050.4586
Yxy13.64500.30250.1485
Hunter Lab36.939169.7111-55.1323
CIE-Lab43.719574.5015-51.8060

#b115bf color RGB value is (177,21,191).

#b115bf hex color red value is 177, green value is 21 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b115bf hue: 0.82 , saturation: 0.80 and the lightness value of b115bf is 0.42.

The process color (four color CMYK) of #b115bf color hex is 0.07, 0.89, 0.00, 0.25. Web safe color of #b115bf is #9900cc. Color #b115bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00010101 10111111
Octal 261 25 277
Decimal 177 21 191
Hex B1 15 BF

RGB Percentages of Color #b115bf

%45.50
%5.40
%49.10

CMYK Percentages of Color #b115bf

%7
%89
%0
%25

Triadic Colors of #b115bf

#b115bf #bfb115 #15bfb1

Analogous Colors of #b115bf

#b115bf #bf1578 #5c15bf

Monochromatic Colors of #b115bf

#b115bf

Complementary Color

#b115bf #23bf15

#b115bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b115bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b115bf Color CSS Codes

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

#b115bf Text Font Color

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

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


#b115bf Background Color

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

This div background color is #b115bf


#b115bf Border Color

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

This div border color is #b115bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b115bf


Comments

No comments written yet.

Please login to write comment.