Color Hex Logo

#b089a8 Color Hex

#B089A8
(176,137,168)
0 Favorites   0 Comments

Color spaces of #b089a8

RGB 176137168
HSL0.870.200.61
HSV312°22°69°
CMYK 0.000.220.05   0.31
XYZ33.918029.948641.0388
Yxy29.94860.32330.2855
Hunter Lab54.725314.8626-6.1542
CIE-Lab61.609820.1253-10.6590

#b089a8 color RGB value is (176,137,168).

#b089a8 hex color red value is 176, green value is 137 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #b089a8 hue: 0.87 , saturation: 0.20 and the lightness value of b089a8 is 0.61.

The process color (four color CMYK) of #b089a8 color hex is 0.00, 0.22, 0.05, 0.31. Web safe color of #b089a8 is #999999. Color #b089a8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10001001 10101000
Octal 260 211 250
Decimal 176 137 168
Hex B0 89 A8

RGB Percentages of Color #b089a8

%36.59
%28.48
%34.93

CMYK Percentages of Color #b089a8

%0
%22
%5
%31

Triadic Colors of #b089a8

#b089a8 #a8b089 #89a8b0

Analogous Colors of #b089a8

#b089a8 #b08995 #a589b0

Monochromatic Colors of #b089a8

#b089a8

Complementary Color

#b089a8 #89b091

#b089a8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b089a8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b089a8 Color CSS Codes

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

#b089a8 Text Font Color

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

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


#b089a8 Background Color

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

This div background color is #b089a8


#b089a8 Border Color

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

This div border color is #b089a8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b089a8


Comments

No comments written yet.

Please login to write comment.