Color Hex Logo

#b7728e Color Hex

#B7728E
(183,114,142)
0 Favorites   0 Comments

Color spaces of #b7728e

RGB 183114142
HSL0.930.320.58
HSV336°38°72°
CMYK 0.000.380.22   0.28
XYZ30.428224.054928.6305
Yxy24.05490.36610.2894
Hunter Lab49.045824.9119-0.2785
CIE-Lab56.142731.0845-3.7466

#b7728e color RGB value is (183,114,142).

#b7728e hex color red value is 183, green value is 114 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #b7728e hue: 0.93 , saturation: 0.32 and the lightness value of b7728e is 0.58.

The process color (four color CMYK) of #b7728e color hex is 0.00, 0.38, 0.22, 0.28. Web safe color of #b7728e is #cc6699. Color #b7728e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01110010 10001110
Octal 267 162 216
Decimal 183 114 142
Hex B7 72 8E

RGB Percentages of Color #b7728e

%41.69
%25.97
%32.35

CMYK Percentages of Color #b7728e

%0
%38
%22
%28

Triadic Colors of #b7728e

#b7728e #8eb772 #728eb7

Analogous Colors of #b7728e

#b7728e #b77972 #b772b1

Monochromatic Colors of #b7728e

#b7728e

Complementary Color

#b7728e #72b79b

#b7728e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7728e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7728e Color CSS Codes

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

#b7728e Text Font Color

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

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


#b7728e Background Color

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

This div background color is #b7728e


#b7728e Border Color

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

This div border color is #b7728e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7728e


Comments

No comments written yet.

Please login to write comment.