Color Hex Logo

#b5898d Color Hex

#B5898D
(181,137,141)
0 Favorites   0 Comments

Color spaces of #b5898d

RGB 181137141
HSL0.980.230.62
HSV355°24°71°
CMYK 0.000.240.22   0.29
XYZ32.809429.638229.1908
Yxy29.63820.35800.3234
Hunter Lab54.441012.30316.3179
CIE-Lab61.340817.37834.3851

#b5898d color RGB value is (181,137,141).

#b5898d hex color red value is 181, green value is 137 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #b5898d hue: 0.98 , saturation: 0.23 and the lightness value of b5898d is 0.62.

The process color (four color CMYK) of #b5898d color hex is 0.00, 0.24, 0.22, 0.29. Web safe color of #b5898d is #cc9999. Color #b5898d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10001001 10001101
Octal 265 211 215
Decimal 181 137 141
Hex B5 89 8D

RGB Percentages of Color #b5898d

%39.43
%29.85
%30.72

CMYK Percentages of Color #b5898d

%0
%24
%22
%29

Triadic Colors of #b5898d

#b5898d #8db589 #898db5

Analogous Colors of #b5898d

#b5898d #b59b89 #b589a3

Monochromatic Colors of #b5898d

#b5898d

Complementary Color

#b5898d #89b5b1

#b5898d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5898d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5898d Color CSS Codes

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

#b5898d Text Font Color

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

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


#b5898d Background Color

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

This div background color is #b5898d


#b5898d Border Color

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

This div border color is #b5898d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5898d


Comments

No comments written yet.

Please login to write comment.