Color Hex Logo

#b1537e Color Hex

#B1537E
(177,83,126)
0 Favorites   0 Comments

Color spaces of #b1537e

RGB 17783126
HSL0.920.380.51
HSV333°53°69°
CMYK 0.000.530.29   0.31
XYZ24.990617.040021.7106
Yxy17.04000.39210.2673
Hunter Lab41.279535.8246-2.2874
CIE-Lab48.310443.1191-5.9624

#b1537e color RGB value is (177,83,126).

#b1537e hex color red value is 177, green value is 83 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #b1537e hue: 0.92 , saturation: 0.38 and the lightness value of b1537e is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01010011 01111110
Octal 261 123 176
Decimal 177 83 126
Hex B1 53 7E

RGB Percentages of Color #b1537e

%45.85
%21.50
%32.64

CMYK Percentages of Color #b1537e

%0
%53
%29
%31

Triadic Colors of #b1537e

#b1537e #7eb153 #537eb1

Analogous Colors of #b1537e

#b1537e #b15753 #b153ad

Monochromatic Colors of #b1537e

#b1537e

Complementary Color

#b1537e #53b186

#b1537e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1537e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1537e Color CSS Codes

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

#b1537e Text Font Color

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

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


#b1537e Background Color

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

This div background color is #b1537e


#b1537e Border Color

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

This div border color is #b1537e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1537e


Comments

No comments written yet.

Please login to write comment.