Color Hex Logo

#b7476e Color Hex

#B7476E
(183,71,110)
0 Favorites   0 Comments

Color spaces of #b7476e

RGB 18371110
HSL0.940.440.50
HSV339°61°72°
CMYK 0.000.610.40   0.28
XYZ24.596115.699516.4858
Yxy15.69950.43320.2765
Hunter Lab39.622641.46603.0670
CIE-Lab46.577748.89291.2953

#b7476e color RGB value is (183,71,110).

#b7476e hex color red value is 183, green value is 71 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #b7476e hue: 0.94 , saturation: 0.44 and the lightness value of b7476e is 0.50.

The process color (four color CMYK) of #b7476e color hex is 0.00, 0.61, 0.40, 0.28. Web safe color of #b7476e is #cc3366. Color #b7476e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01000111 01101110
Octal 267 107 156
Decimal 183 71 110
Hex B7 47 6E

RGB Percentages of Color #b7476e

%50.27
%19.51
%30.22

CMYK Percentages of Color #b7476e

%0
%61
%40
%28

Triadic Colors of #b7476e

#b7476e #6eb747 #476eb7

Analogous Colors of #b7476e

#b7476e #b75847 #b747a6

Monochromatic Colors of #b7476e

#b7476e

Complementary Color

#b7476e #47b790

#b7476e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7476e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7476e Color CSS Codes

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

#b7476e Text Font Color

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

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


#b7476e Background Color

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

This div background color is #b7476e


#b7476e Border Color

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

This div border color is #b7476e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7476e


Comments

No comments written yet.

Please login to write comment.