Color Hex Logo

#b37586 Color Hex

#B37586
(179,117,134)
0 Favorites   0 Comments

Color spaces of #b37586

RGB 179117134
HSL0.950.290.58
HSV344°35°70°
CMYK 0.000.350.25   0.30
XYZ29.254824.027525.6501
Yxy24.02750.37060.3044
Hunter Lab49.017920.75103.2872
CIE-Lab56.115326.74810.8161

#b37586 color RGB value is (179,117,134).

#b37586 hex color red value is 179, green value is 117 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #b37586 hue: 0.95 , saturation: 0.29 and the lightness value of b37586 is 0.58.

The process color (four color CMYK) of #b37586 color hex is 0.00, 0.35, 0.25, 0.30. Web safe color of #b37586 is #cc6699. Color #b37586 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110101 10000110
Octal 263 165 206
Decimal 179 117 134
Hex B3 75 86

RGB Percentages of Color #b37586

%41.63
%27.21
%31.16

CMYK Percentages of Color #b37586

%0
%35
%25
%30

Triadic Colors of #b37586

#b37586 #86b375 #7586b3

Analogous Colors of #b37586

#b37586 #b38375 #b375a5

Monochromatic Colors of #b37586

#b37586

Complementary Color

#b37586 #75b3a2

#b37586 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37586 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37586 Color CSS Codes

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

#b37586 Text Font Color

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

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


#b37586 Background Color

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

This div background color is #b37586


#b37586 Border Color

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

This div border color is #b37586


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37586


Comments

No comments written yet.

Please login to write comment.