Color Hex Logo

#b47589 Color Hex

#B47589
(180,117,137)
0 Favorites   0 Comments

Color spaces of #b47589

RGB 180117137
HSL0.950.300.58
HSV341°35°71°
CMYK 0.000.350.24   0.29
XYZ29.699024.232026.7788
Yxy24.23200.36800.3002
Hunter Lab49.226021.54702.2046
CIE-Lab56.319327.5688-0.6180

#b47589 color RGB value is (180,117,137).

#b47589 hex color red value is 180, green value is 117 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #b47589 hue: 0.95 , saturation: 0.30 and the lightness value of b47589 is 0.58.

The process color (four color CMYK) of #b47589 color hex is 0.00, 0.35, 0.24, 0.29. Web safe color of #b47589 is #cc6699. Color #b47589 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110101 10001001
Octal 264 165 211
Decimal 180 117 137
Hex B4 75 89

RGB Percentages of Color #b47589

%41.47
%26.96
%31.57

CMYK Percentages of Color #b47589

%0
%35
%24
%29

Triadic Colors of #b47589

#b47589 #89b475 #7589b4

Analogous Colors of #b47589

#b47589 #b48175 #b475a9

Monochromatic Colors of #b47589

#b47589

Complementary Color

#b47589 #75b4a0

#b47589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b47589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b47589 Color CSS Codes

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

#b47589 Text Font Color

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

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


#b47589 Background Color

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

This div background color is #b47589


#b47589 Border Color

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

This div border color is #b47589


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b47589


Comments

No comments written yet.

Please login to write comment.