Color Hex Logo

#b08096 Color Hex

#B08096
(176,128,150)
0 Favorites   0 Comments

Color spaces of #b08096

RGB 176128150
HSL0.920.230.60
HSV333°27°69°
CMYK 0.000.270.15   0.31
XYZ31.128726.870532.4000
Yxy26.87050.34430.2972
Hunter Lab51.836816.4774-0.7728
CIE-Lab58.854322.0017-4.4646

#b08096 color RGB value is (176,128,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10000000 10010110
Octal 260 200 226
Decimal 176 128 150
Hex B0 80 96

RGB Percentages of Color #b08096

%38.77
%28.19
%33.04

CMYK Percentages of Color #b08096

%0
%27
%15
%31

Triadic Colors of #b08096

#b08096 #96b080 #8096b0

Analogous Colors of #b08096

#b08096 #b08280 #b080ae

Monochromatic Colors of #b08096

#b08096

Complementary Color

#b08096 #80b09a

#b08096 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b08096 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b08096 Color CSS Codes

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

#b08096 Text Font Color

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

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


#b08096 Background Color

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

This div background color is #b08096


#b08096 Border Color

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

This div border color is #b08096


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b08096


Comments

No comments written yet.

Please login to write comment.