Color Hex Logo

#b11dab Color Hex

#B11DAB
(177,29,171)
0 Favorites   0 Comments

Color spaces of #b11dab

RGB 17729171
HSL0.840.720.40
HSV302°84°69°
CMYK 0.000.840.03   0.31
XYZ25.921513.166139.7032
Yxy13.16610.32900.1671
Hunter Lab36.285164.0185-39.4756
CIE-Lab43.012569.8839-41.1389

#b11dab color RGB value is (177,29,171).

#b11dab hex color red value is 177, green value is 29 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b11dab hue: 0.84 , saturation: 0.72 and the lightness value of b11dab is 0.40.

The process color (four color CMYK) of #b11dab color hex is 0.00, 0.84, 0.03, 0.31. Web safe color of #b11dab is #993399. Color #b11dab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00011101 10101011
Octal 261 35 253
Decimal 177 29 171
Hex B1 1D AB

RGB Percentages of Color #b11dab

%46.95
%7.69
%45.36

CMYK Percentages of Color #b11dab

%0
%84
%3
%31

Triadic Colors of #b11dab

#b11dab #abb11d #1dabb1

Analogous Colors of #b11dab

#b11dab #b11d61 #6d1db1

Monochromatic Colors of #b11dab

#b11dab

Complementary Color

#b11dab #1db123

#b11dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b11dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b11dab Color CSS Codes

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

#b11dab Text Font Color

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

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


#b11dab Background Color

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

This div background color is #b11dab


#b11dab Border Color

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

This div border color is #b11dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b11dab


Comments

No comments written yet.

Please login to write comment.