Color Hex Logo

#b3748c Color Hex

#B3748C
(179,116,140)
0 Favorites   0 Comments

Color spaces of #b3748c

RGB 179116140
HSL0.940.290.58
HSV337°35°70°
CMYK 0.000.350.22   0.30
XYZ29.569423.967927.8787
Yxy23.96790.36320.2944
Hunter Lab48.957022.13690.5071
CIE-Lab56.055628.2112-2.7653

#b3748c color RGB value is (179,116,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110100 10001100
Octal 263 164 214
Decimal 179 116 140
Hex B3 74 8C

RGB Percentages of Color #b3748c

%41.15
%26.67
%32.18

CMYK Percentages of Color #b3748c

%0
%35
%22
%30

Triadic Colors of #b3748c

#b3748c #8cb374 #748cb3

Analogous Colors of #b3748c

#b3748c #b37c74 #b374ac

Monochromatic Colors of #b3748c

#b3748c

Complementary Color

#b3748c #74b39b

#b3748c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3748c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3748c Color CSS Codes

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

#b3748c Text Font Color

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

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


#b3748c Background Color

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

This div background color is #b3748c


#b3748c Border Color

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

This div border color is #b3748c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3748c


Comments

No comments written yet.

Please login to write comment.