Color Hex Logo

#bd789b Color Hex

#BD789B
(189,120,155)
0 Favorites   0 Comments

Color spaces of #bd789b

RGB 189120155
HSL0.920.340.61
HSV330°37°74°
CMYK 0.000.370.18   0.26
XYZ33.619126.618334.3763
Yxy26.61830.35530.2813
Hunter Lab51.592926.0270-3.3898
CIE-Lab58.619331.9706-7.5311

#bd789b color RGB value is (189,120,155).

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

The process color (four color CMYK) of #bd789b color hex is 0.00, 0.37, 0.18, 0.26. Web safe color of #bd789b is #cc6699. Color #bd789b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111000 10011011
Octal 275 170 233
Decimal 189 120 155
Hex BD 78 9B

RGB Percentages of Color #bd789b

%40.73
%25.86
%33.41

CMYK Percentages of Color #bd789b

%0
%37
%18
%26

Triadic Colors of #bd789b

#bd789b #9bbd78 #789bbd

Analogous Colors of #bd789b

#bd789b #bd7879 #bd78bd

Monochromatic Colors of #bd789b

#bd789b

Complementary Color

#bd789b #78bd9a

#bd789b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd789b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd789b Color CSS Codes

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

#bd789b Text Font Color

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

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


#bd789b Background Color

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

This div background color is #bd789b


#bd789b Border Color

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

This div border color is #bd789b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd789b


Comments

No comments written yet.

Please login to write comment.