Color Hex Logo

#b11ebe Color Hex

#B11EBE
(177,30,190)
0 Favorites   0 Comments

Color spaces of #b11ebe

RGB 17730190
HSL0.820.730.43
HSV295°84°75°
CMYK 0.070.840.00   0.25
XYZ27.890013.993449.9462
Yxy13.99340.30370.1524
Hunter Lab37.407867.6202-52.9776
CIE-Lab44.223572.6725-50.4113

#b11ebe color RGB value is (177,30,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00011110 10111110
Octal 261 36 276
Decimal 177 30 190
Hex B1 1E BE

RGB Percentages of Color #b11ebe

%44.58
%7.56
%47.86

CMYK Percentages of Color #b11ebe

%7
%84
%0
%25

Triadic Colors of #b11ebe

#b11ebe #beb11e #1ebeb1

Analogous Colors of #b11ebe

#b11ebe #be1e7b #611ebe

Monochromatic Colors of #b11ebe

#b11ebe

Complementary Color

#b11ebe #2bbe1e

#b11ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b11ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b11ebe Color CSS Codes

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

#b11ebe Text Font Color

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

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


#b11ebe Background Color

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

This div background color is #b11ebe


#b11ebe Border Color

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

This div border color is #b11ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b11ebe


Comments

No comments written yet.

Please login to write comment.