Color Hex Logo

#b3738d Color Hex

#B3738D
(179,115,141)
0 Favorites   0 Comments

Color spaces of #b3738d

RGB 179115141
HSL0.930.300.58
HSV336°36°70°
CMYK 0.000.360.21   0.30
XYZ29.528923.768328.2307
Yxy23.76830.36220.2915
Hunter Lab48.752722.7978-0.2055
CIE-Lab55.855128.9210-3.6434

#b3738d color RGB value is (179,115,141).

#b3738d hex color red value is 179, green value is 115 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #b3738d hue: 0.93 , saturation: 0.30 and the lightness value of b3738d is 0.58.

The process color (four color CMYK) of #b3738d color hex is 0.00, 0.36, 0.21, 0.30. Web safe color of #b3738d is #cc6699. Color #b3738d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110011 10001101
Octal 263 163 215
Decimal 179 115 141
Hex B3 73 8D

RGB Percentages of Color #b3738d

%41.15
%26.44
%32.41

CMYK Percentages of Color #b3738d

%0
%36
%21
%30

Triadic Colors of #b3738d

#b3738d #8db373 #738db3

Analogous Colors of #b3738d

#b3738d #b37973 #b373ad

Monochromatic Colors of #b3738d

#b3738d

Complementary Color

#b3738d #73b399

#b3738d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3738d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3738d Color CSS Codes

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

#b3738d Text Font Color

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

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


#b3738d Background Color

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

This div background color is #b3738d


#b3738d Border Color

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

This div border color is #b3738d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3738d


Comments

No comments written yet.

Please login to write comment.