Color Hex Logo

#b3778c Color Hex

#B3778C
(179,119,140)
0 Favorites   0 Comments

Color spaces of #b3778c

RGB 179119140
HSL0.940.280.58
HSV339°34°70°
CMYK 0.000.340.22   0.30
XYZ29.920924.670827.9959
Yxy24.67080.36230.2987
Hunter Lab49.669720.60591.3505
CIE-Lab56.753326.5414-1.7402

#b3778c color RGB value is (179,119,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110111 10001100
Octal 263 167 214
Decimal 179 119 140
Hex B3 77 8C

RGB Percentages of Color #b3778c

%40.87
%27.17
%31.96

CMYK Percentages of Color #b3778c

%0
%34
%22
%30

Triadic Colors of #b3778c

#b3778c #8cb377 #778cb3

Analogous Colors of #b3778c

#b3778c #b38077 #b377aa

Monochromatic Colors of #b3778c

#b3778c

Complementary Color

#b3778c #77b39e

#b3778c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3778c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3778c Color CSS Codes

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

#b3778c Text Font Color

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

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


#b3778c Background Color

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

This div background color is #b3778c


#b3778c Border Color

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

This div border color is #b3778c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3778c


Comments

No comments written yet.

Please login to write comment.