Color Hex Logo

#b08082 Color Hex

#B08082
(176,128,130)
0 Favorites   0 Comments

Color spaces of #b08082

RGB 176128130
HSL0.990.230.60
HSV358°27°69°
CMYK 0.000.270.26   0.31
XYZ29.652926.280224.6288
Yxy26.28020.36810.3262
Hunter Lab51.264213.53797.4003
CIE-Lab58.302118.84696.2480

#b08082 color RGB value is (176,128,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10000000 10000010
Octal 260 200 202
Decimal 176 128 130
Hex B0 80 82

RGB Percentages of Color #b08082

%40.55
%29.49
%29.95

CMYK Percentages of Color #b08082

%0
%27
%26
%31

Triadic Colors of #b08082

#b08082 #82b080 #8082b0

Analogous Colors of #b08082

#b08082 #b09680 #b0809a

Monochromatic Colors of #b08082

#b08082

Complementary Color

#b08082 #80b0ae

#b08082 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b08082 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b08082 Color CSS Codes

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

#b08082 Text Font Color

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

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


#b08082 Background Color

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

This div background color is #b08082


#b08082 Border Color

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

This div border color is #b08082


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b08082


Comments

No comments written yet.

Please login to write comment.