Color Hex Logo

#b11dba Color Hex

#B11DBA
(177,29,186)
0 Favorites   0 Comments

Color spaces of #b11dba

RGB 17729186
HSL0.820.730.42
HSV297°84°73°
CMYK 0.050.840.00   0.27
XYZ27.433813.771047.6665
Yxy13.77100.30870.1550
Hunter Lab37.109367.0185-50.1809
CIE-Lab43.902772.2335-48.5810

#b11dba color RGB value is (177,29,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00011101 10111010
Octal 261 35 272
Decimal 177 29 186
Hex B1 1D BA

RGB Percentages of Color #b11dba

%45.15
%7.40
%47.45

CMYK Percentages of Color #b11dba

%5
%84
%0
%27

Triadic Colors of #b11dba

#b11dba #bab11d #1dbab1

Analogous Colors of #b11dba

#b11dba #ba1d75 #621dba

Monochromatic Colors of #b11dba

#b11dba

Complementary Color

#b11dba #26ba1d

#b11dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b11dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b11dba Color CSS Codes

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

#b11dba Text Font Color

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

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


#b11dba Background Color

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

This div background color is #b11dba


#b11dba Border Color

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

This div border color is #b11dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b11dba


Comments

No comments written yet.

Please login to write comment.