Color Hex Logo

#b1698e Color Hex

#B1698E
(177,105,142)
0 Favorites   0 Comments

Color spaces of #b1698e

RGB 177105142
HSL0.910.320.55
HSV329°41°69°
CMYK 0.000.410.20   0.31
XYZ28.065521.403328.2432
Yxy21.40330.36110.2754
Hunter Lab46.263727.3241-3.8109
CIE-Lab53.388133.8653-7.9156

#b1698e color RGB value is (177,105,142).

#b1698e hex color red value is 177, green value is 105 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #b1698e hue: 0.91 , saturation: 0.32 and the lightness value of b1698e is 0.55.

The process color (four color CMYK) of #b1698e color hex is 0.00, 0.41, 0.20, 0.31. Web safe color of #b1698e is #996699. Color #b1698e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01101001 10001110
Octal 261 151 216
Decimal 177 105 142
Hex B1 69 8E

RGB Percentages of Color #b1698e

%41.75
%24.76
%33.49

CMYK Percentages of Color #b1698e

%0
%41
%20
%31

Triadic Colors of #b1698e

#b1698e #8eb169 #698eb1

Analogous Colors of #b1698e

#b1698e #b1696a #b069b1

Monochromatic Colors of #b1698e

#b1698e

Complementary Color

#b1698e #69b18c

#b1698e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1698e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1698e Color CSS Codes

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

#b1698e Text Font Color

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

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


#b1698e Background Color

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

This div background color is #b1698e


#b1698e Border Color

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

This div border color is #b1698e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1698e


Comments

No comments written yet.

Please login to write comment.