Color Hex Logo

#b1396e Color Hex

#B1396E
(177,57,110)
0 Favorites   0 Comments

Color spaces of #b1396e

RGB 17757110
HSL0.930.510.46
HSV334°68°69°
CMYK 0.000.680.38   0.31
XYZ22.409113.399216.1571
Yxy13.39920.43120.2578
Hunter Lab36.604945.2170-0.5467
CIE-Lab43.358753.0299-3.5416

#b1396e color RGB value is (177,57,110).

#b1396e hex color red value is 177, green value is 57 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #b1396e hue: 0.93 , saturation: 0.51 and the lightness value of b1396e is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00111001 01101110
Octal 261 71 156
Decimal 177 57 110
Hex B1 39 6E

RGB Percentages of Color #b1396e

%51.45
%16.57
%31.98

CMYK Percentages of Color #b1396e

%0
%68
%38
%31

Triadic Colors of #b1396e

#b1396e #6eb139 #396eb1

Analogous Colors of #b1396e

#b1396e #b14039 #b139aa

Monochromatic Colors of #b1396e

#b1396e

Complementary Color

#b1396e #39b17c

#b1396e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1396e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1396e Color CSS Codes

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

#b1396e Text Font Color

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

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


#b1396e Background Color

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

This div background color is #b1396e


#b1396e Border Color

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

This div border color is #b1396e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,57,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 #b1396e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1396e


Comments

No comments written yet.

Please login to write comment.