Color Hex Logo

#bd4496 Color Hex

#BD4496
(189,68,150)
0 Favorites   0 Comments

Color spaces of #bd4496

RGB 18968150
HSL0.890.480.50
HSV319°64°74°
CMYK 0.000.640.21   0.26
XYZ28.558417.155130.6602
Yxy17.15510.37390.2246
Hunter Lab41.418750.5938-14.8963
CIE-Lab48.454957.0670-19.9605

#bd4496 color RGB value is (189,68,150).

#bd4496 hex color red value is 189, green value is 68 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #bd4496 hue: 0.89 , saturation: 0.48 and the lightness value of bd4496 is 0.50.

The process color (four color CMYK) of #bd4496 color hex is 0.00, 0.64, 0.21, 0.26. Web safe color of #bd4496 is #cc3399. Color #bd4496 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000100 10010110
Octal 275 104 226
Decimal 189 68 150
Hex BD 44 96

RGB Percentages of Color #bd4496

%46.44
%16.71
%36.86

CMYK Percentages of Color #bd4496

%0
%64
%21
%26

Triadic Colors of #bd4496

#bd4496 #96bd44 #4496bd

Analogous Colors of #bd4496

#bd4496 #bd445a #a844bd

Monochromatic Colors of #bd4496

#bd4496

Complementary Color

#bd4496 #44bd6b

#bd4496 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd4496 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd4496 Color CSS Codes

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

#bd4496 Text Font Color

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

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


#bd4496 Background Color

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

This div background color is #bd4496


#bd4496 Border Color

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

This div border color is #bd4496


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd4496


Comments

No comments written yet.

Please login to write comment.