Color Hex Logo

#b1388f Color Hex

#B1388F
(177,56,143)
0 Favorites   0 Comments

Color spaces of #b1388f

RGB 17756143
HSL0.880.520.46
HSV317°68°69°
CMYK 0.000.680.19   0.31
XYZ24.503614.158627.4280
Yxy14.15860.37080.2142
Hunter Lab37.627950.3918-16.8785
CIE-Lab44.459557.6232-22.0705

#b1388f color RGB value is (177,56,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00111000 10001111
Octal 261 70 217
Decimal 177 56 143
Hex B1 38 8F

RGB Percentages of Color #b1388f

%47.07
%14.89
%38.03

CMYK Percentages of Color #b1388f

%0
%68
%19
%31

Triadic Colors of #b1388f

#b1388f #8fb138 #388fb1

Analogous Colors of #b1388f

#b1388f #b13852 #9738b1

Monochromatic Colors of #b1388f

#b1388f

Complementary Color

#b1388f #38b15a

#b1388f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1388f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1388f Color CSS Codes

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

#b1388f Text Font Color

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

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


#b1388f Background Color

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

This div background color is #b1388f


#b1388f Border Color

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

This div border color is #b1388f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1388f


Comments

No comments written yet.

Please login to write comment.