Color Hex Logo

#bd496b Color Hex

#BD496B
(189,73,107)
0 Favorites   0 Comments

Color spaces of #bd496b

RGB 18973107
HSL0.950.470.51
HSV342°61°74°
CMYK 0.000.610.43   0.26
XYZ26.022716.645415.7513
Yxy16.64540.44540.2849
Hunter Lab40.798842.45495.6689
CIE-Lab47.810149.62595.0272

#bd496b color RGB value is (189,73,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01001001 01101011
Octal 275 111 153
Decimal 189 73 107
Hex BD 49 6B

RGB Percentages of Color #bd496b

%51.22
%19.78
%29.00

CMYK Percentages of Color #bd496b

%0
%61
%43
%26

Triadic Colors of #bd496b

#bd496b #6bbd49 #496bbd

Analogous Colors of #bd496b

#bd496b #bd6149 #bd49a5

Monochromatic Colors of #bd496b

#bd496b

Complementary Color

#bd496b #49bd9b

#bd496b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd496b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd496b Color CSS Codes

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

#bd496b Text Font Color

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

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


#bd496b Background Color

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

This div background color is #bd496b


#bd496b Border Color

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

This div border color is #bd496b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd496b


Comments

No comments written yet.

Please login to write comment.