Color Hex Logo

#bd497c Color Hex

#BD497C
(189,73,124)
0 Favorites   0 Comments

Color spaces of #bd497c

RGB 18973124
HSL0.930.470.51
HSV334°61°74°
CMYK 0.000.610.34   0.26
XYZ27.006917.039120.9342
Yxy17.03910.41560.2622
Hunter Lab41.278444.5484-1.1738
CIE-Lab48.309351.5168-4.5546

#bd497c color RGB value is (189,73,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01001001 01111100
Octal 275 111 174
Decimal 189 73 124
Hex BD 49 7C

RGB Percentages of Color #bd497c

%48.96
%18.91
%32.12

CMYK Percentages of Color #bd497c

%0
%61
%34
%26

Triadic Colors of #bd497c

#bd497c #7cbd49 #497cbd

Analogous Colors of #bd497c

#bd497c #bd5049 #bd49b6

Monochromatic Colors of #bd497c

#bd497c

Complementary Color

#bd497c #49bd8a

#bd497c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd497c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd497c Color CSS Codes

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

#bd497c Text Font Color

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

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


#bd497c Background Color

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

This div background color is #bd497c


#bd497c Border Color

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

This div border color is #bd497c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd497c


Comments

No comments written yet.

Please login to write comment.