Color Hex Logo

#b15e7e Color Hex

#B15E7E
(177,94,126)
0 Favorites   0 Comments

Color spaces of #b15e7e

RGB 17794126
HSL0.940.350.53
HSV337°47°69°
CMYK 0.000.470.29   0.31
XYZ25.900118.858922.0137
Yxy18.85890.38790.2824
Hunter Lab43.426830.46180.3438
CIE-Lab50.521737.4272-2.6910

#b15e7e color RGB value is (177,94,126).

#b15e7e hex color red value is 177, green value is 94 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #b15e7e hue: 0.94 , saturation: 0.35 and the lightness value of b15e7e is 0.53.

The process color (four color CMYK) of #b15e7e color hex is 0.00, 0.47, 0.29, 0.31. Web safe color of #b15e7e is #996666. Color #b15e7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01011110 01111110
Octal 261 136 176
Decimal 177 94 126
Hex B1 5E 7E

RGB Percentages of Color #b15e7e

%44.58
%23.68
%31.74

CMYK Percentages of Color #b15e7e

%0
%47
%29
%31

Triadic Colors of #b15e7e

#b15e7e #7eb15e #5e7eb1

Analogous Colors of #b15e7e

#b15e7e #b1685e #b15ea8

Monochromatic Colors of #b15e7e

#b15e7e

Complementary Color

#b15e7e #5eb191

#b15e7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b15e7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b15e7e Color CSS Codes

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

#b15e7e Text Font Color

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

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


#b15e7e Background Color

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

This div background color is #b15e7e


#b15e7e Border Color

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

This div border color is #b15e7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b15e7e


Comments

No comments written yet.

Please login to write comment.