Color Hex Logo

#bd947d Color Hex

#BD947D
(189,148,125)
0 Favorites   0 Comments

Color spaces of #bd947d

RGB 189148125
HSL0.060.330.62
HSV22°34°74°
CMYK 0.000.220.34   0.26
XYZ35.277833.479324.0048
Yxy33.47930.38030.3609
Hunter Lab57.86137.573515.9054
CIE-Lab64.547112.142018.0533

#bd947d color RGB value is (189,148,125).

#bd947d hex color red value is 189, green value is 148 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #bd947d hue: 0.06 , saturation: 0.33 and the lightness value of bd947d is 0.62.

The process color (four color CMYK) of #bd947d color hex is 0.00, 0.22, 0.34, 0.26. Web safe color of #bd947d is #cc9966. Color #bd947d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010100 01111101
Octal 275 224 175
Decimal 189 148 125
Hex BD 94 7D

RGB Percentages of Color #bd947d

%40.91
%32.03
%27.06

CMYK Percentages of Color #bd947d

%0
%22
%34
%26

Triadic Colors of #bd947d

#bd947d #7dbd94 #947dbd

Analogous Colors of #bd947d

#bd947d #bdb47d #bd7d86

Monochromatic Colors of #bd947d

#bd947d

Complementary Color

#bd947d #7da6bd

#bd947d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd947d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd947d Color CSS Codes

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

#bd947d Text Font Color

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

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


#bd947d Background Color

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

This div background color is #bd947d


#bd947d Border Color

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

This div border color is #bd947d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd947d


Comments

No comments written yet.

Please login to write comment.