Color Hex Logo

#b1558a Color Hex

#B1558A
(177,85,138)
0 Favorites   0 Comments

Color spaces of #b1558a

RGB 17785138
HSL0.900.370.51
HSV325°52°69°
CMYK 0.000.520.22   0.31
XYZ25.967417.679126.0885
Yxy17.67910.37240.2535
Hunter Lab42.046536.6579-7.3550
CIE-Lab49.104643.8161-11.9712

#b1558a color RGB value is (177,85,138).

#b1558a hex color red value is 177, green value is 85 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #b1558a hue: 0.90 , saturation: 0.37 and the lightness value of b1558a is 0.51.

The process color (four color CMYK) of #b1558a color hex is 0.00, 0.52, 0.22, 0.31. Web safe color of #b1558a is #996699. Color #b1558a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01010101 10001010
Octal 261 125 212
Decimal 177 85 138
Hex B1 55 8A

RGB Percentages of Color #b1558a

%44.25
%21.25
%34.50

CMYK Percentages of Color #b1558a

%0
%52
%22
%31

Triadic Colors of #b1558a

#b1558a #8ab155 #558ab1

Analogous Colors of #b1558a

#b1558a #b1555c #aa55b1

Monochromatic Colors of #b1558a

#b1558a

Complementary Color

#b1558a #55b17c

#b1558a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1558a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1558a Color CSS Codes

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

#b1558a Text Font Color

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

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


#b1558a Background Color

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

This div background color is #b1558a


#b1558a Border Color

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

This div border color is #b1558a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1558a


Comments

No comments written yet.

Please login to write comment.