Color Hex Logo

#b37888 Color Hex

#B37888
(179,120,136)
0 Favorites   0 Comments

Color spaces of #b37888

RGB 179120136
HSL0.950.280.59
HSV344°33°70°
CMYK 0.000.330.24   0.30
XYZ29.750824.794226.5103
Yxy24.79420.36700.3059
Hunter Lab49.793819.51113.2895
CIE-Lab56.874325.37360.7591

#b37888 color RGB value is (179,120,136).

#b37888 hex color red value is 179, green value is 120 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #b37888 hue: 0.95 , saturation: 0.28 and the lightness value of b37888 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111000 10001000
Octal 263 170 210
Decimal 179 120 136
Hex B3 78 88

RGB Percentages of Color #b37888

%41.15
%27.59
%31.26

CMYK Percentages of Color #b37888

%0
%33
%24
%30

Triadic Colors of #b37888

#b37888 #88b378 #7888b3

Analogous Colors of #b37888

#b37888 #b38678 #b378a6

Monochromatic Colors of #b37888

#b37888

Complementary Color

#b37888 #78b3a3

#b37888 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37888 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37888 Color CSS Codes

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

#b37888 Text Font Color

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

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


#b37888 Background Color

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

This div background color is #b37888


#b37888 Border Color

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

This div border color is #b37888


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37888


Comments

No comments written yet.

Please login to write comment.