Color Hex Logo

#b1366e Color Hex

#B1366E
(177,54,110)
0 Favorites   0 Comments

Color spaces of #b1366e

RGB 17754110
HSL0.920.530.45
HSV333°69°69°
CMYK 0.000.690.38   0.31
XYZ22.265113.111216.1091
Yxy13.11120.43250.2547
Hunter Lab36.209446.3929-1.0308
CIE-Lab42.930354.2133-4.1752

#b1366e color RGB value is (177,54,110).

#b1366e hex color red value is 177, green value is 54 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #b1366e hue: 0.92 , saturation: 0.53 and the lightness value of b1366e is 0.45.

The process color (four color CMYK) of #b1366e color hex is 0.00, 0.69, 0.38, 0.31. Web safe color of #b1366e is #993366. Color #b1366e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00110110 01101110
Octal 261 66 156
Decimal 177 54 110
Hex B1 36 6E

RGB Percentages of Color #b1366e

%51.91
%15.84
%32.26

CMYK Percentages of Color #b1366e

%0
%69
%38
%31

Triadic Colors of #b1366e

#b1366e #6eb136 #366eb1

Analogous Colors of #b1366e

#b1366e #b13c36 #b136ac

Monochromatic Colors of #b1366e

#b1366e

Complementary Color

#b1366e #36b179

#b1366e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1366e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1366e Color CSS Codes

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

#b1366e Text Font Color

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

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


#b1366e Background Color

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

This div background color is #b1366e


#b1366e Border Color

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

This div border color is #b1366e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1366e


Comments

No comments written yet.

Please login to write comment.