Color Hex Logo

#b47787 Color Hex

#B47787
(180,119,135)
0 Favorites   0 Comments

Color spaces of #b47787

RGB 180119135
HSL0.960.290.59
HSV344°34°71°
CMYK 0.000.340.25   0.29
XYZ29.792424.646226.1086
Yxy24.64620.36990.3060
Hunter Lab49.644920.24093.5705
CIE-Lab56.729126.15801.1426

#b47787 color RGB value is (180,119,135).

#b47787 hex color red value is 180, green value is 119 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #b47787 hue: 0.96 , saturation: 0.29 and the lightness value of b47787 is 0.59.

The process color (four color CMYK) of #b47787 color hex is 0.00, 0.34, 0.25, 0.29. Web safe color of #b47787 is #cc6699. Color #b47787 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110111 10000111
Octal 264 167 207
Decimal 180 119 135
Hex B4 77 87

RGB Percentages of Color #b47787

%41.47
%27.42
%31.11

CMYK Percentages of Color #b47787

%0
%34
%25
%29

Triadic Colors of #b47787

#b47787 #87b477 #7787b4

Analogous Colors of #b47787

#b47787 #b48677 #b477a6

Monochromatic Colors of #b47787

#b47787

Complementary Color

#b47787 #77b4a4

#b47787 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b47787 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b47787 Color CSS Codes

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

#b47787 Text Font Color

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

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


#b47787 Background Color

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

This div background color is #b47787


#b47787 Border Color

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

This div border color is #b47787


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b47787


Comments

No comments written yet.

Please login to write comment.