Color Hex Logo

#b47290 Color Hex

#B47290
(180,114,144)
0 Favorites   0 Comments

Color spaces of #b47290

RGB 180114144
HSL0.920.310.58
HSV333°37°71°
CMYK 0.000.370.20   0.29
XYZ29.873723.751529.3955
Yxy23.75150.35980.2861
Hunter Lab48.735524.1291-1.6467
CIE-Lab55.838130.3069-5.4030

#b47290 color RGB value is (180,114,144).

#b47290 hex color red value is 180, green value is 114 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #b47290 hue: 0.92 , saturation: 0.31 and the lightness value of b47290 is 0.58.

The process color (four color CMYK) of #b47290 color hex is 0.00, 0.37, 0.20, 0.29. Web safe color of #b47290 is #cc6699. Color #b47290 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110010 10010000
Octal 264 162 220
Decimal 180 114 144
Hex B4 72 90

RGB Percentages of Color #b47290

%41.10
%26.03
%32.88

CMYK Percentages of Color #b47290

%0
%37
%20
%29

Triadic Colors of #b47290

#b47290 #90b472 #7290b4

Analogous Colors of #b47290

#b47290 #b47572 #b472b1

Monochromatic Colors of #b47290

#b47290

Complementary Color

#b47290 #72b496

#b47290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b47290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b47290 Color CSS Codes

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

#b47290 Text Font Color

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

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


#b47290 Background Color

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

This div background color is #b47290


#b47290 Border Color

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

This div border color is #b47290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b47290


Comments

No comments written yet.

Please login to write comment.