Color Hex Logo

#bd4999 Color Hex

#BD4999
(189,73,153)
0 Favorites   0 Comments

Color spaces of #bd4999

RGB 18973153
HSL0.890.470.51
HSV319°61°74°
CMYK 0.000.610.19   0.26
XYZ29.118617.883832.0542
Yxy17.88380.36830.2262
Hunter Lab42.289248.9014-15.3379
CIE-Lab49.354955.3633-20.3662

#bd4999 color RGB value is (189,73,153).

#bd4999 hex color red value is 189, green value is 73 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #bd4999 hue: 0.89 , saturation: 0.47 and the lightness value of bd4999 is 0.51.

The process color (four color CMYK) of #bd4999 color hex is 0.00, 0.61, 0.19, 0.26. Web safe color of #bd4999 is #cc3399. Color #bd4999 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01001001 10011001
Octal 275 111 231
Decimal 189 73 153
Hex BD 49 99

RGB Percentages of Color #bd4999

%45.54
%17.59
%36.87

CMYK Percentages of Color #bd4999

%0
%61
%19
%26

Triadic Colors of #bd4999

#bd4999 #99bd49 #4999bd

Analogous Colors of #bd4999

#bd4999 #bd495f #a749bd

Monochromatic Colors of #bd4999

#bd4999

Complementary Color

#bd4999 #49bd6d

#bd4999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd4999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd4999 Color CSS Codes

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

#bd4999 Text Font Color

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

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


#bd4999 Background Color

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

This div background color is #bd4999


#bd4999 Border Color

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

This div border color is #bd4999


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd4999


Comments

No comments written yet.

Please login to write comment.