Color Hex Logo

#bd759c Color Hex

#BD759C
(189,117,156)
0 Favorites   0 Comments

Color spaces of #bd759c

RGB 189117156
HSL0.910.350.60
HSV328°38°74°
CMYK 0.000.380.17   0.26
XYZ33.348325.941734.7021
Yxy25.94170.35480.2760
Hunter Lab50.933027.7399-4.7429
CIE-Lab57.981733.7672-9.0594

#bd759c color RGB value is (189,117,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110101 10011100
Octal 275 165 234
Decimal 189 117 156
Hex BD 75 9C

RGB Percentages of Color #bd759c

%40.91
%25.32
%33.77

CMYK Percentages of Color #bd759c

%0
%38
%17
%26

Triadic Colors of #bd759c

#bd759c #9cbd75 #759cbd

Analogous Colors of #bd759c

#bd759c #bd7578 #ba75bd

Monochromatic Colors of #bd759c

#bd759c

Complementary Color

#bd759c #75bd96

#bd759c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd759c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd759c Color CSS Codes

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

#bd759c Text Font Color

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

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


#bd759c Background Color

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

This div background color is #bd759c


#bd759c Border Color

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

This div border color is #bd759c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd759c


Comments

No comments written yet.

Please login to write comment.