Color Hex Logo

#b3748a Color Hex

#B3748A
(179,116,138)
0 Favorites   0 Comments

Color spaces of #b3748a

RGB 179116138
HSL0.940.290.58
HSV339°35°70°
CMYK 0.000.350.23   0.30
XYZ29.423223.909527.1090
Yxy23.90950.36580.2972
Hunter Lab48.897321.83921.3574
CIE-Lab55.997127.9043-1.6866

#b3748a color RGB value is (179,116,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110100 10001010
Octal 263 164 212
Decimal 179 116 138
Hex B3 74 8A

RGB Percentages of Color #b3748a

%41.34
%26.79
%31.87

CMYK Percentages of Color #b3748a

%0
%35
%23
%30

Triadic Colors of #b3748a

#b3748a #8ab374 #748ab3

Analogous Colors of #b3748a

#b3748a #b37e74 #b374aa

Monochromatic Colors of #b3748a

#b3748a

Complementary Color

#b3748a #74b39d

#b3748a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3748a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3748a Color CSS Codes

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

#b3748a Text Font Color

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

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


#b3748a Background Color

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

This div background color is #b3748a


#b3748a Border Color

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

This div border color is #b3748a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3748a


Comments

No comments written yet.

Please login to write comment.