Color Hex Logo

#b4808c Color Hex

#B4808C
(180,128,140)
0 Favorites   0 Comments

Color spaces of #b4808c

RGB 180128140
HSL0.960.260.60
HSV346°29°71°
CMYK 0.000.290.22   0.29
XYZ31.275227.035128.3809
Yxy27.03510.36080.3119
Hunter Lab51.995316.37614.0341
CIE-Lab59.006821.88401.5649

#b4808c color RGB value is (180,128,140).

#b4808c hex color red value is 180, green value is 128 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #b4808c hue: 0.96 , saturation: 0.26 and the lightness value of b4808c is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000000 10001100
Octal 264 200 214
Decimal 180 128 140
Hex B4 80 8C

RGB Percentages of Color #b4808c

%40.18
%28.57
%31.25

CMYK Percentages of Color #b4808c

%0
%29
%22
%29

Triadic Colors of #b4808c

#b4808c #8cb480 #808cb4

Analogous Colors of #b4808c

#b4808c #b48e80 #b480a6

Monochromatic Colors of #b4808c

#b4808c

Complementary Color

#b4808c #80b4a8

#b4808c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4808c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4808c Color CSS Codes

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

#b4808c Text Font Color

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

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


#b4808c Background Color

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

This div background color is #b4808c


#b4808c Border Color

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

This div border color is #b4808c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4808c


Comments

No comments written yet.

Please login to write comment.