Color Hex Logo

#b015bb Color Hex

#B015BB
(176,21,187)
0 Favorites   0 Comments

Color spaces of #b015bb

RGB 17621187
HSL0.820.800.41
HSV296°89°73°
CMYK 0.060.890.00   0.27
XYZ27.142313.354348.1608
Yxy13.35430.30610.1506
Hunter Lab36.543568.6277-52.5579
CIE-Lab43.292373.6900-50.1565

#b015bb color RGB value is (176,21,187).

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

The process color (four color CMYK) of #b015bb color hex is 0.06, 0.89, 0.00, 0.27. Web safe color of #b015bb is #9900cc. Color #b015bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00010101 10111011
Octal 260 25 273
Decimal 176 21 187
Hex B0 15 BB

RGB Percentages of Color #b015bb

%45.83
%5.47
%48.70

CMYK Percentages of Color #b015bb

%6
%89
%0
%27

Triadic Colors of #b015bb

#b015bb #bbb015 #15bbb0

Analogous Colors of #b015bb

#b015bb #bb1573 #5d15bb

Monochromatic Colors of #b015bb

#b015bb

Complementary Color

#b015bb #20bb15

#b015bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b015bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b015bb Color CSS Codes

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

#b015bb Text Font Color

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

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


#b015bb Background Color

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

This div background color is #b015bb


#b015bb Border Color

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

This div border color is #b015bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b015bb


Comments

No comments written yet.

Please login to write comment.