Color Hex Logo

#b121bb Color Hex

#B121BB
(177,33,187)
0 Favorites   0 Comments

Color spaces of #b121bb

RGB 17733187
HSL0.820.700.43
HSV296°82°73°
CMYK 0.050.820.00   0.27
XYZ27.645014.022748.2633
Yxy14.02270.30740.1559
Hunter Lab37.446966.2447-50.2029
CIE-Lab44.265571.5157-48.5867

#b121bb color RGB value is (177,33,187).

#b121bb hex color red value is 177, green value is 33 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b121bb hue: 0.82 , saturation: 0.70 and the lightness value of b121bb is 0.43.

The process color (four color CMYK) of #b121bb color hex is 0.05, 0.82, 0.00, 0.27. Web safe color of #b121bb is #9933cc. Color #b121bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00100001 10111011
Octal 261 41 273
Decimal 177 33 187
Hex B1 21 BB

RGB Percentages of Color #b121bb

%44.58
%8.31
%47.10

CMYK Percentages of Color #b121bb

%5
%82
%0
%27

Triadic Colors of #b121bb

#b121bb #bbb121 #21bbb1

Analogous Colors of #b121bb

#b121bb #bb2178 #6421bb

Monochromatic Colors of #b121bb

#b121bb

Complementary Color

#b121bb #2bbb21

#b121bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b121bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b121bb Color CSS Codes

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

#b121bb Text Font Color

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

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


#b121bb Background Color

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

This div background color is #b121bb


#b121bb Border Color

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

This div border color is #b121bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b121bb


Comments

No comments written yet.

Please login to write comment.