Color Hex Logo

#b0818d Color Hex

#B0818D
(176,129,141)
0 Favorites   0 Comments

Color spaces of #b0818d

RGB 176129141
HSL0.960.230.60
HSV345°27°69°
CMYK 0.000.270.20   0.31
XYZ30.562526.853728.7718
Yxy26.85370.35460.3116
Hunter Lab51.820614.58903.3554
CIE-Lab58.838719.96650.6911

#b0818d color RGB value is (176,129,141).

#b0818d hex color red value is 176, green value is 129 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #b0818d hue: 0.96 , saturation: 0.23 and the lightness value of b0818d is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10000001 10001101
Octal 260 201 215
Decimal 176 129 141
Hex B0 81 8D

RGB Percentages of Color #b0818d

%39.46
%28.92
%31.61

CMYK Percentages of Color #b0818d

%0
%27
%20
%31

Triadic Colors of #b0818d

#b0818d #8db081 #818db0

Analogous Colors of #b0818d

#b0818d #b08d81 #b081a5

Monochromatic Colors of #b0818d

#b0818d

Complementary Color

#b0818d #81b0a4

#b0818d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0818d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0818d Color CSS Codes

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

#b0818d Text Font Color

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

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


#b0818d Background Color

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

This div background color is #b0818d


#b0818d Border Color

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

This div border color is #b0818d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0818d


Comments

No comments written yet.

Please login to write comment.