Color Hex Logo

#bd496e Color Hex

#BD496E
(189,73,110)
0 Favorites   0 Comments

Color spaces of #bd496e

RGB 18973110
HSL0.950.470.51
HSV341°61°74°
CMYK 0.000.610.42   0.26
XYZ26.183316.709716.5971
Yxy16.70970.44010.2809
Hunter Lab40.877542.79914.5413
CIE-Lab47.892249.93873.3221

#bd496e color RGB value is (189,73,110).

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

The process color (four color CMYK) of #bd496e color hex is 0.00, 0.61, 0.42, 0.26. Web safe color of #bd496e is #cc3366. Color #bd496e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01001001 01101110
Octal 275 111 156
Decimal 189 73 110
Hex BD 49 6E

RGB Percentages of Color #bd496e

%50.81
%19.62
%29.57

CMYK Percentages of Color #bd496e

%0
%61
%42
%26

Triadic Colors of #bd496e

#bd496e #6ebd49 #496ebd

Analogous Colors of #bd496e

#bd496e #bd5e49 #bd49a8

Monochromatic Colors of #bd496e

#bd496e

Complementary Color

#bd496e #49bd98

#bd496e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd496e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd496e Color CSS Codes

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

#bd496e Text Font Color

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

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


#bd496e Background Color

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

This div background color is #bd496e


#bd496e Border Color

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

This div border color is #bd496e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd496e


Comments

No comments written yet.

Please login to write comment.