Color Hex Logo

#b11991 Color Hex

#B11991
(177,25,145)
0 Favorites   0 Comments

Color spaces of #b11991

RGB 17725145
HSL0.870.750.40
HSV313°86°69°
CMYK 0.000.860.18   0.31
XYZ23.589912.086727.8777
Yxy12.08670.37120.1902
Hunter Lab34.765960.2781-23.2066
CIE-Lab41.353667.0054-28.1121

#b11991 color RGB value is (177,25,145).

#b11991 hex color red value is 177, green value is 25 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #b11991 hue: 0.87 , saturation: 0.75 and the lightness value of b11991 is 0.40.

The process color (four color CMYK) of #b11991 color hex is 0.00, 0.86, 0.18, 0.31. Web safe color of #b11991 is #990099. Color #b11991 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00011001 10010001
Octal 261 31 221
Decimal 177 25 145
Hex B1 19 91

RGB Percentages of Color #b11991

%51.01
%7.20
%41.79

CMYK Percentages of Color #b11991

%0
%86
%18
%31

Triadic Colors of #b11991

#b11991 #91b119 #1991b1

Analogous Colors of #b11991

#b11991 #b11945 #8519b1

Monochromatic Colors of #b11991

#b11991

Complementary Color

#b11991 #19b139

#b11991 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b11991 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b11991 Color CSS Codes

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

#b11991 Text Font Color

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

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


#b11991 Background Color

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

This div background color is #b11991


#b11991 Border Color

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

This div border color is #b11991


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b11991


Comments

No comments written yet.

Please login to write comment.