Color Hex Logo

#bd847e Color Hex

#BD847E
(189,132,126)
0 Favorites   0 Comments

Color spaces of #bd847e

RGB 189132126
HSL0.020.320.62
HSV33°74°
CMYK 0.000.300.33   0.26
XYZ33.003428.827723.5635
Yxy28.82770.38650.3376
Hunter Lab53.691415.761511.5635
CIE-Lab60.629321.135212.0433

#bd847e color RGB value is (189,132,126).

#bd847e hex color red value is 189, green value is 132 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bd847e hue: 0.02 , saturation: 0.32 and the lightness value of bd847e is 0.62.

The process color (four color CMYK) of #bd847e color hex is 0.00, 0.30, 0.33, 0.26. Web safe color of #bd847e is #cc9966. Color #bd847e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000100 01111110
Octal 275 204 176
Decimal 189 132 126
Hex BD 84 7E

RGB Percentages of Color #bd847e

%42.28
%29.53
%28.19

CMYK Percentages of Color #bd847e

%0
%30
%33
%26

Triadic Colors of #bd847e

#bd847e #7ebd84 #847ebd

Analogous Colors of #bd847e

#bd847e #bda47e #bd7e98

Monochromatic Colors of #bd847e

#bd847e

Complementary Color

#bd847e #7eb7bd

#bd847e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd847e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd847e Color CSS Codes

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

#bd847e Text Font Color

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

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


#bd847e Background Color

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

This div background color is #bd847e


#bd847e Border Color

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

This div border color is #bd847e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,132,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bd847e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bd847e;
  -webkit-box-shadow: 1px 1px 3px 2px #bd847e;
  box-shadow:         1px 1px 3px 2px #bd847e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,132,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd847e


Comments

No comments written yet.

Please login to write comment.