Color Hex Logo

#b37088 Color Hex

#B37088
(179,112,136)
0 Favorites   0 Comments

Color spaces of #b37088

RGB 179112136
HSL0.940.310.57
HSV339°37°70°
CMYK 0.000.370.24   0.30
XYZ28.828522.949626.2028
Yxy22.94960.36970.2943
Hunter Lab47.905723.58191.1044
CIE-Lab55.020429.8198-1.9526

#b37088 color RGB value is (179,112,136).

#b37088 hex color red value is 179, green value is 112 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #b37088 hue: 0.94 , saturation: 0.31 and the lightness value of b37088 is 0.57.

The process color (four color CMYK) of #b37088 color hex is 0.00, 0.37, 0.24, 0.30. Web safe color of #b37088 is #cc6699. Color #b37088 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110000 10001000
Octal 263 160 210
Decimal 179 112 136
Hex B3 70 88

RGB Percentages of Color #b37088

%41.92
%26.23
%31.85

CMYK Percentages of Color #b37088

%0
%37
%24
%30

Triadic Colors of #b37088

#b37088 #88b370 #7088b3

Analogous Colors of #b37088

#b37088 #b37a70 #b370aa

Monochromatic Colors of #b37088

#b37088

Complementary Color

#b37088 #70b39b

#b37088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37088 Color CSS Codes

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

#b37088 Text Font Color

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

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


#b37088 Background Color

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

This div background color is #b37088


#b37088 Border Color

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

This div border color is #b37088


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,112,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b37088; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b37088;
  -webkit-box-shadow: 1px 1px 3px 2px #b37088;
  box-shadow:         1px 1px 3px 2px #b37088; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,112,136, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37088


Comments

No comments written yet.

Please login to write comment.