Color Hex Logo

#b7728f Color Hex

#B7728F
(183,114,143)
0 Favorites   0 Comments

Color spaces of #b7728f

RGB 183114143
HSL0.930.320.58
HSV335°38°72°
CMYK 0.000.380.22   0.28
XYZ30.503724.085129.0278
Yxy24.08510.36480.2880
Hunter Lab49.076625.0632-0.7152
CIE-Lab56.172931.2371-4.2846

#b7728f color RGB value is (183,114,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01110010 10001111
Octal 267 162 217
Decimal 183 114 143
Hex B7 72 8F

RGB Percentages of Color #b7728f

%41.59
%25.91
%32.50

CMYK Percentages of Color #b7728f

%0
%38
%22
%28

Triadic Colors of #b7728f

#b7728f #8fb772 #728fb7

Analogous Colors of #b7728f

#b7728f #b77872 #b772b2

Monochromatic Colors of #b7728f

#b7728f

Complementary Color

#b7728f #72b79a

#b7728f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7728f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7728f Color CSS Codes

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

#b7728f Text Font Color

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

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


#b7728f Background Color

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

This div background color is #b7728f


#b7728f Border Color

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

This div border color is #b7728f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,114,143, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7728f


Comments

No comments written yet.

Please login to write comment.