Color Hex Logo

#bd497b Color Hex

#BD497B
(189,73,123)
0 Favorites   0 Comments

Color spaces of #bd497b

RGB 18973123
HSL0.930.470.51
HSV334°61°74°
CMYK 0.000.610.35   0.26
XYZ26.944017.014020.6028
Yxy17.01400.41730.2635
Hunter Lab41.248044.4156-0.7409
CIE-Lab48.277751.3976-3.9967

#bd497b color RGB value is (189,73,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01001001 01111011
Octal 275 111 173
Decimal 189 73 123
Hex BD 49 7B

RGB Percentages of Color #bd497b

%49.09
%18.96
%31.95

CMYK Percentages of Color #bd497b

%0
%61
%35
%26

Triadic Colors of #bd497b

#bd497b #7bbd49 #497bbd

Analogous Colors of #bd497b

#bd497b #bd5149 #bd49b5

Monochromatic Colors of #bd497b

#bd497b

Complementary Color

#bd497b #49bd8b

#bd497b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd497b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd497b Color CSS Codes

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

#bd497b Text Font Color

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

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


#bd497b Background Color

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

This div background color is #bd497b


#bd497b Border Color

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

This div border color is #bd497b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd497b


Comments

No comments written yet.

Please login to write comment.