Color Hex Logo

#b11bbe Color Hex

#B11BBE
(177,27,190)
0 Favorites   0 Comments

Color spaces of #b11bbe

RGB 17727190
HSL0.820.750.43
HSV295°86°75°
CMYK 0.070.860.00   0.25
XYZ27.817713.848749.9221
Yxy13.84870.30370.1512
Hunter Lab37.213868.3062-53.4874
CIE-Lab44.015273.2830-50.7457

#b11bbe color RGB value is (177,27,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00011011 10111110
Octal 261 33 276
Decimal 177 27 190
Hex B1 1B BE

RGB Percentages of Color #b11bbe

%44.92
%6.85
%48.22

CMYK Percentages of Color #b11bbe

%7
%86
%0
%25

Triadic Colors of #b11bbe

#b11bbe #beb11b #1bbeb1

Analogous Colors of #b11bbe

#b11bbe #be1b7a #5f1bbe

Monochromatic Colors of #b11bbe

#b11bbe

Complementary Color

#b11bbe #28be1b

#b11bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b11bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b11bbe Color CSS Codes

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

#b11bbe Text Font Color

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

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


#b11bbe Background Color

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

This div background color is #b11bbe


#b11bbe Border Color

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

This div border color is #b11bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b11bbe


Comments

No comments written yet.

Please login to write comment.