Color Hex Logo

#b4808e Color Hex

#B4808E
(180,128,142)
0 Favorites   0 Comments

Color spaces of #b4808e

RGB 180128142
HSL0.960.260.60
HSV344°29°71°
CMYK 0.000.290.21   0.29
XYZ31.424027.094629.1647
Yxy27.09460.35840.3090
Hunter Lab52.052516.66843.2169
CIE-Lab59.061822.19360.4943

#b4808e color RGB value is (180,128,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000000 10001110
Octal 264 200 216
Decimal 180 128 142
Hex B4 80 8E

RGB Percentages of Color #b4808e

%40.00
%28.44
%31.56

CMYK Percentages of Color #b4808e

%0
%29
%21
%29

Triadic Colors of #b4808e

#b4808e #8eb480 #808eb4

Analogous Colors of #b4808e

#b4808e #b48c80 #b480a8

Monochromatic Colors of #b4808e

#b4808e

Complementary Color

#b4808e #80b4a6

#b4808e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4808e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4808e Color CSS Codes

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

#b4808e Text Font Color

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

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


#b4808e Background Color

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

This div background color is #b4808e


#b4808e Border Color

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

This div border color is #b4808e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,128,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4808e


Comments

No comments written yet.

Please login to write comment.