Color Hex Logo

#bd789c Color Hex

#BD789C
(189,120,156)
0 Favorites   0 Comments

Color spaces of #bd789c

RGB 189120156
HSL0.910.340.61
HSV329°37°74°
CMYK 0.000.370.17   0.26
XYZ33.703526.652134.8205
Yxy26.65210.35410.2800
Hunter Lab51.625726.1877-3.8520
CIE-Lab58.650932.1302-8.0607

#bd789c color RGB value is (189,120,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111000 10011100
Octal 275 170 234
Decimal 189 120 156
Hex BD 78 9C

RGB Percentages of Color #bd789c

%40.65
%25.81
%33.55

CMYK Percentages of Color #bd789c

%0
%37
%17
%26

Triadic Colors of #bd789c

#bd789c #9cbd78 #789cbd

Analogous Colors of #bd789c

#bd789c #bd787a #bc78bd

Monochromatic Colors of #bd789c

#bd789c

Complementary Color

#bd789c #78bd99

#bd789c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd789c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd789c Color CSS Codes

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

#bd789c Text Font Color

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

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


#bd789c Background Color

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

This div background color is #bd789c


#bd789c Border Color

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

This div border color is #bd789c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd789c


Comments

No comments written yet.

Please login to write comment.