Color Hex Logo

#b12ebe Color Hex

#B12EBE
(177,46,190)
0 Favorites   0 Comments

Color spaces of #b12ebe

RGB 17746190
HSL0.820.610.46
HSV295°76°75°
CMYK 0.070.760.00   0.25
XYZ28.402715.018850.1171
Yxy15.01880.30360.1606
Hunter Lab38.754163.0022-49.5464
CIE-Lab45.659968.5044-48.1104

#b12ebe color RGB value is (177,46,190).

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

The process color (four color CMYK) of #b12ebe color hex is 0.07, 0.76, 0.00, 0.25. Web safe color of #b12ebe is #9933cc. Color #b12ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00101110 10111110
Octal 261 56 276
Decimal 177 46 190
Hex B1 2E BE

RGB Percentages of Color #b12ebe

%42.86
%11.14
%46.00

CMYK Percentages of Color #b12ebe

%7
%76
%0
%25

Triadic Colors of #b12ebe

#b12ebe #beb12e #2ebeb1

Analogous Colors of #b12ebe

#b12ebe #be2e83 #692ebe

Monochromatic Colors of #b12ebe

#b12ebe

Complementary Color

#b12ebe #3bbe2e

#b12ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b12ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b12ebe Color CSS Codes

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

#b12ebe Text Font Color

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

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


#b12ebe Background Color

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

This div background color is #b12ebe


#b12ebe Border Color

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

This div border color is #b12ebe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,46,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b12ebe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b12ebe


Comments

No comments written yet.

Please login to write comment.