Color Hex Logo

#bd787e Color Hex

#BD787E
(189,120,126)
0 Favorites   0 Comments

Color spaces of #bd787e

RGB 189120126
HSL0.990.340.61
HSV355°37°74°
CMYK 0.000.370.33   0.26
XYZ31.468625.758123.0519
Yxy25.75810.39200.3209
Hunter Lab50.752421.86068.5970
CIE-Lab57.806727.76698.0523

#bd787e color RGB value is (189,120,126).

#bd787e hex color red value is 189, green value is 120 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bd787e hue: 0.99 , saturation: 0.34 and the lightness value of bd787e is 0.61.

The process color (four color CMYK) of #bd787e color hex is 0.00, 0.37, 0.33, 0.26. Web safe color of #bd787e is #cc6666. Color #bd787e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111000 01111110
Octal 275 170 176
Decimal 189 120 126
Hex BD 78 7E

RGB Percentages of Color #bd787e

%43.45
%27.59
%28.97

CMYK Percentages of Color #bd787e

%0
%37
%33
%26

Triadic Colors of #bd787e

#bd787e #7ebd78 #787ebd

Analogous Colors of #bd787e

#bd787e #bd9578 #bd78a1

Monochromatic Colors of #bd787e

#bd787e

Complementary Color

#bd787e #78bdb7

#bd787e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd787e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd787e Color CSS Codes

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

#bd787e Text Font Color

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

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


#bd787e Background Color

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

This div background color is #bd787e


#bd787e Border Color

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

This div border color is #bd787e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,120,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 #bd787e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd787e


Comments

No comments written yet.

Please login to write comment.