Color Hex Logo

#b0809f Color Hex

#B0809F
(176,128,159)
0 Favorites   0 Comments

Color spaces of #b0809f

RGB 176128159
HSL0.890.230.60
HSV321°27°69°
CMYK 0.000.270.10   0.31
XYZ31.881727.171736.3652
Yxy27.17170.33410.2848
Hunter Lab52.126517.9532-4.8742
CIE-Lab59.132923.5575-9.2229

#b0809f color RGB value is (176,128,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10000000 10011111
Octal 260 200 237
Decimal 176 128 159
Hex B0 80 9F

RGB Percentages of Color #b0809f

%38.01
%27.65
%34.34

CMYK Percentages of Color #b0809f

%0
%27
%10
%31

Triadic Colors of #b0809f

#b0809f #9fb080 #809fb0

Analogous Colors of #b0809f

#b0809f #b08087 #a980b0

Monochromatic Colors of #b0809f

#b0809f

Complementary Color

#b0809f #80b091

#b0809f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0809f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0809f Color CSS Codes

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

#b0809f Text Font Color

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

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


#b0809f Background Color

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

This div background color is #b0809f


#b0809f Border Color

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

This div border color is #b0809f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0809f


Comments

No comments written yet.

Please login to write comment.