Color Hex Logo

#b08098 Color Hex

#B08098
(176,128,152)
0 Favorites   0 Comments

Color spaces of #b08098

RGB 176128152
HSL0.920.230.60
HSV330°27°69°
CMYK 0.000.270.14   0.31
XYZ31.291226.935433.2556
Yxy26.93540.34200.2944
Hunter Lab51.899316.7976-1.6618
CIE-Lab58.914522.3408-5.5259

#b08098 color RGB value is (176,128,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10000000 10011000
Octal 260 200 230
Decimal 176 128 152
Hex B0 80 98

RGB Percentages of Color #b08098

%38.60
%28.07
%33.33

CMYK Percentages of Color #b08098

%0
%27
%14
%31

Triadic Colors of #b08098

#b08098 #98b080 #8098b0

Analogous Colors of #b08098

#b08098 #b08080 #b080b0

Monochromatic Colors of #b08098

#b08098

Complementary Color

#b08098 #80b098

#b08098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b08098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b08098 Color CSS Codes

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

#b08098 Text Font Color

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

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


#b08098 Background Color

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

This div background color is #b08098


#b08098 Border Color

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

This div border color is #b08098


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,128,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 #b08098">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b08098


Comments

No comments written yet.

Please login to write comment.