Color Hex Logo

#b4788c Color Hex

#B4788C
(180,120,140)
0 Favorites   0 Comments

Color spaces of #b4788c

RGB 180120140
HSL0.940.290.59
HSV340°33°71°
CMYK 0.000.330.22   0.29
XYZ30.272525.029728.0466
Yxy25.02970.36320.3003
Hunter Lab50.029720.45671.7829
CIE-Lab57.104326.3552-1.2116

#b4788c color RGB value is (180,120,140).

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

The process color (four color CMYK) of #b4788c color hex is 0.00, 0.33, 0.22, 0.29. Web safe color of #b4788c is #cc6699. Color #b4788c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01111000 10001100
Octal 264 170 214
Decimal 180 120 140
Hex B4 78 8C

RGB Percentages of Color #b4788c

%40.91
%27.27
%31.82

CMYK Percentages of Color #b4788c

%0
%33
%22
%29

Triadic Colors of #b4788c

#b4788c #8cb478 #788cb4

Analogous Colors of #b4788c

#b4788c #b48278 #b478aa

Monochromatic Colors of #b4788c

#b4788c

Complementary Color

#b4788c #78b4a0

#b4788c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4788c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4788c Color CSS Codes

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

#b4788c Text Font Color

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

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


#b4788c Background Color

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

This div background color is #b4788c


#b4788c Border Color

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

This div border color is #b4788c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4788c


Comments

No comments written yet.

Please login to write comment.