Color Hex Logo

#bd789d Color Hex

#BD789D
(189,120,157)
0 Favorites   0 Comments

Color spaces of #bd789d

RGB 189120157
HSL0.910.340.61
HSV328°37°74°
CMYK 0.000.370.17   0.26
XYZ33.788526.686135.2684
Yxy26.68610.35290.2787
Hunter Lab51.658626.3495-4.3175
CIE-Lab58.682632.2906-8.5899

#bd789d color RGB value is (189,120,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111000 10011101
Octal 275 170 235
Decimal 189 120 157
Hex BD 78 9D

RGB Percentages of Color #bd789d

%40.56
%25.75
%33.69

CMYK Percentages of Color #bd789d

%0
%37
%17
%26

Triadic Colors of #bd789d

#bd789d #9dbd78 #789dbd

Analogous Colors of #bd789d

#bd789d #bd787b #bb78bd

Monochromatic Colors of #bd789d

#bd789d

Complementary Color

#bd789d #78bd98

#bd789d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd789d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd789d Color CSS Codes

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

#bd789d Text Font Color

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

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


#bd789d Background Color

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

This div background color is #bd789d


#bd789d Border Color

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

This div border color is #bd789d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd789d


Comments

No comments written yet.

Please login to write comment.