Color Hex Logo

#b11077 Color Hex

#B11077
(177,16,119)
0 Favorites   0 Comments

Color spaces of #b11077

RGB 17716119
HSL0.890.830.38
HSV322°91°69°
CMYK 0.000.910.33   0.31
XYZ21.646511.049618.4447
Yxy11.04960.42330.2161
Hunter Lab33.240958.0676-9.6301
CIE-Lab39.663965.4114-14.6903

#b11077 color RGB value is (177,16,119).

#b11077 hex color red value is 177, green value is 16 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #b11077 hue: 0.89 , saturation: 0.83 and the lightness value of b11077 is 0.38.

The process color (four color CMYK) of #b11077 color hex is 0.00, 0.91, 0.33, 0.31. Web safe color of #b11077 is #990066. Color #b11077 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00010000 01110111
Octal 261 20 167
Decimal 177 16 119
Hex B1 10 77

RGB Percentages of Color #b11077

%56.73
%5.13
%38.14

CMYK Percentages of Color #b11077

%0
%91
%33
%31

Triadic Colors of #b11077

#b11077 #77b110 #1077b1

Analogous Colors of #b11077

#b11077 #b11027 #9b10b1

Monochromatic Colors of #b11077

#b11077

Complementary Color

#b11077 #10b14a

#b11077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b11077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b11077 Color CSS Codes

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

#b11077 Text Font Color

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

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


#b11077 Background Color

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

This div background color is #b11077


#b11077 Border Color

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

This div border color is #b11077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b11077


Comments

No comments written yet.

Please login to write comment.