Color Hex Logo

#b1659a Color Hex

#B1659A
(177,101,154)
0 Favorites   0 Comments

Color spaces of #b1659a

RGB 177101154
HSL0.880.330.55
HSV318°43°69°
CMYK 0.000.430.13   0.31
XYZ28.617920.987633.1145
Yxy20.98760.34600.2537
Hunter Lab45.812231.3337-10.7881
CIE-Lab52.935937.9845-15.6430

#b1659a color RGB value is (177,101,154).

#b1659a hex color red value is 177, green value is 101 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #b1659a hue: 0.88 , saturation: 0.33 and the lightness value of b1659a is 0.55.

The process color (four color CMYK) of #b1659a color hex is 0.00, 0.43, 0.13, 0.31. Web safe color of #b1659a is #996699. Color #b1659a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01100101 10011010
Octal 261 145 232
Decimal 177 101 154
Hex B1 65 9A

RGB Percentages of Color #b1659a

%40.97
%23.38
%35.65

CMYK Percentages of Color #b1659a

%0
%43
%13
%31

Triadic Colors of #b1659a

#b1659a #9ab165 #659ab1

Analogous Colors of #b1659a

#b1659a #b16574 #a265b1

Monochromatic Colors of #b1659a

#b1659a

Complementary Color

#b1659a #65b17c

#b1659a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1659a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1659a Color CSS Codes

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

#b1659a Text Font Color

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

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


#b1659a Background Color

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

This div background color is #b1659a


#b1659a Border Color

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

This div border color is #b1659a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1659a


Comments

No comments written yet.

Please login to write comment.