Color Hex Logo

#b616bb Color Hex

#B616BB
(182,22,187)
0 Favorites   0 Comments

Color spaces of #b616bb

RGB 18222187
HSL0.830.790.41
HSV298°88°73°
CMYK 0.030.880.00   0.27
XYZ28.548014.106848.2319
Yxy14.10680.31410.1552
Hunter Lab37.559069.9467-49.8467
CIE-Lab44.385774.5658-48.3463

#b616bb color RGB value is (182,22,187).

#b616bb hex color red value is 182, green value is 22 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b616bb hue: 0.83 , saturation: 0.79 and the lightness value of b616bb is 0.41.

The process color (four color CMYK) of #b616bb color hex is 0.03, 0.88, 0.00, 0.27. Web safe color of #b616bb is #cc00cc. Color #b616bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00010110 10111011
Octal 266 26 273
Decimal 182 22 187
Hex B6 16 BB

RGB Percentages of Color #b616bb

%46.55
%5.63
%47.83

CMYK Percentages of Color #b616bb

%3
%88
%0
%27

Triadic Colors of #b616bb

#b616bb #bbb616 #16bbb6

Analogous Colors of #b616bb

#b616bb #bb166e #6416bb

Monochromatic Colors of #b616bb

#b616bb

Complementary Color

#b616bb #1bbb16

#b616bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b616bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b616bb Color CSS Codes

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

#b616bb Text Font Color

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

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


#b616bb Background Color

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

This div background color is #b616bb


#b616bb Border Color

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

This div border color is #b616bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b616bb


Comments

No comments written yet.

Please login to write comment.