Color Hex Logo

#b1637f Color Hex

#B1637F
(177,99,127)
0 Favorites   0 Comments

Color spaces of #b1637f

RGB 17799127
HSL0.940.330.54
HSV338°44°69°
CMYK 0.000.440.28   0.31
XYZ26.424119.803122.5084
Yxy19.80310.38440.2881
Hunter Lab44.500728.11551.1616
CIE-Lab51.613934.8912-1.6808

#b1637f color RGB value is (177,99,127).

#b1637f hex color red value is 177, green value is 99 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #b1637f hue: 0.94 , saturation: 0.33 and the lightness value of b1637f is 0.54.

The process color (four color CMYK) of #b1637f color hex is 0.00, 0.44, 0.28, 0.31. Web safe color of #b1637f is #996666. Color #b1637f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01100011 01111111
Octal 261 143 177
Decimal 177 99 127
Hex B1 63 7F

RGB Percentages of Color #b1637f

%43.92
%24.57
%31.51

CMYK Percentages of Color #b1637f

%0
%44
%28
%31

Triadic Colors of #b1637f

#b1637f #7fb163 #637fb1

Analogous Colors of #b1637f

#b1637f #b16e63 #b163a6

Monochromatic Colors of #b1637f

#b1637f

Complementary Color

#b1637f #63b195

#b1637f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1637f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1637f Color CSS Codes

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

#b1637f Text Font Color

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

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


#b1637f Background Color

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

This div background color is #b1637f


#b1637f Border Color

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

This div border color is #b1637f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1637f


Comments

No comments written yet.

Please login to write comment.