Color Hex Logo

#bd749d Color Hex

#BD749D
(189,116,157)
0 Favorites   0 Comments

Color spaces of #bd749d

RGB 189116157
HSL0.910.360.60
HSV326°39°74°
CMYK 0.000.390.17   0.26
XYZ33.317525.743935.1113
Yxy25.74390.35380.2734
Hunter Lab50.738428.4201-5.5121
CIE-Lab57.793234.4711-9.9193

#bd749d color RGB value is (189,116,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110100 10011101
Octal 275 164 235
Decimal 189 116 157
Hex BD 74 9D

RGB Percentages of Color #bd749d

%40.91
%25.11
%33.98

CMYK Percentages of Color #bd749d

%0
%39
%17
%26

Triadic Colors of #bd749d

#bd749d #9dbd74 #749dbd

Analogous Colors of #bd749d

#bd749d #bd7479 #b974bd

Monochromatic Colors of #bd749d

#bd749d

Complementary Color

#bd749d #74bd94

#bd749d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd749d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd749d Color CSS Codes

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

#bd749d Text Font Color

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

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


#bd749d Background Color

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

This div background color is #bd749d


#bd749d Border Color

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

This div border color is #bd749d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd749d


Comments

No comments written yet.

Please login to write comment.