Color Hex Logo

#b12ebb Color Hex

#B12EBB
(177,46,187)
0 Favorites   0 Comments

Color spaces of #b12ebb

RGB 17746187
HSL0.820.610.46
HSV296°75°73°
CMYK 0.050.750.00   0.27
XYZ28.078114.889048.4077
Yxy14.88900.30730.1629
Hunter Lab38.586362.3633-47.3708
CIE-Lab45.481867.9940-46.6415

#b12ebb color RGB value is (177,46,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00101110 10111011
Octal 261 56 273
Decimal 177 46 187
Hex B1 2E BB

RGB Percentages of Color #b12ebb

%43.17
%11.22
%45.61

CMYK Percentages of Color #b12ebb

%5
%75
%0
%27

Triadic Colors of #b12ebb

#b12ebb #bbb12e #2ebbb1

Analogous Colors of #b12ebb

#b12ebb #bb2e7f #6b2ebb

Monochromatic Colors of #b12ebb

#b12ebb

Complementary Color

#b12ebb #38bb2e

#b12ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b12ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b12ebb Color CSS Codes

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

#b12ebb Text Font Color

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

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


#b12ebb Background Color

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

This div background color is #b12ebb


#b12ebb Border Color

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

This div border color is #b12ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b12ebb


Comments

No comments written yet.

Please login to write comment.