Color Hex Logo

#b1388a Color Hex

#B1388A
(177,56,138)
0 Favorites   0 Comments

Color spaces of #b1388a

RGB 17756138
HSL0.890.520.46
HSV319°68°69°
CMYK 0.000.680.22   0.31
XYZ24.133114.010425.4771
Yxy14.01040.37930.2202
Hunter Lab37.430549.5836-14.1545
CIE-Lab44.247856.9237-19.3668

#b1388a color RGB value is (177,56,138).

#b1388a hex color red value is 177, green value is 56 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #b1388a hue: 0.89 , saturation: 0.52 and the lightness value of b1388a is 0.46.

The process color (four color CMYK) of #b1388a color hex is 0.00, 0.68, 0.22, 0.31. Web safe color of #b1388a is #993399. Color #b1388a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00111000 10001010
Octal 261 70 212
Decimal 177 56 138
Hex B1 38 8A

RGB Percentages of Color #b1388a

%47.71
%15.09
%37.20

CMYK Percentages of Color #b1388a

%0
%68
%22
%31

Triadic Colors of #b1388a

#b1388a #8ab138 #388ab1

Analogous Colors of #b1388a

#b1388a #b1384d #9c38b1

Monochromatic Colors of #b1388a

#b1388a

Complementary Color

#b1388a #38b15f

#b1388a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1388a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1388a Color CSS Codes

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

#b1388a Text Font Color

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

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


#b1388a Background Color

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

This div background color is #b1388a


#b1388a Border Color

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

This div border color is #b1388a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1388a


Comments

No comments written yet.

Please login to write comment.