Color Hex Logo

#b18198 Color Hex

#B18198
(177,129,152)
0 Favorites   0 Comments

Color spaces of #b18198

RGB 177129152
HSL0.920.240.60
HSV331°27°69°
CMYK 0.000.270.14   0.31
XYZ31.649227.314633.3099
Yxy27.31460.34300.2960
Hunter Lab52.263416.6336-1.2039
CIE-Lab59.264422.1442-4.9959

#b18198 color RGB value is (177,129,152).

#b18198 hex color red value is 177, green value is 129 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #b18198 hue: 0.92 , saturation: 0.24 and the lightness value of b18198 is 0.60.

The process color (four color CMYK) of #b18198 color hex is 0.00, 0.27, 0.14, 0.31. Web safe color of #b18198 is #999999. Color #b18198 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10000001 10011000
Octal 261 201 230
Decimal 177 129 152
Hex B1 81 98

RGB Percentages of Color #b18198

%38.65
%28.17
%33.19

CMYK Percentages of Color #b18198

%0
%27
%14
%31

Triadic Colors of #b18198

#b18198 #98b181 #8198b1

Analogous Colors of #b18198

#b18198 #b18281 #b181b0

Monochromatic Colors of #b18198

#b18198

Complementary Color

#b18198 #81b19a

#b18198 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b18198 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b18198 Color CSS Codes

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

#b18198 Text Font Color

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

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


#b18198 Background Color

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

This div background color is #b18198


#b18198 Border Color

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

This div border color is #b18198


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b18198


Comments

No comments written yet.

Please login to write comment.