Color Hex Logo

#bd537b Color Hex

#BD537B
(189,83,123)
0 Favorites   0 Comments

Color spaces of #bd537b

RGB 18983123
HSL0.940.450.53
HSV337°56°74°
CMYK 0.000.560.35   0.26
XYZ27.654718.435420.8397
Yxy18.43540.41320.2754
Hunter Lab42.936539.83021.2785
CIE-Lab50.020046.7504-1.4311

#bd537b color RGB value is (189,83,123).

#bd537b hex color red value is 189, green value is 83 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #bd537b hue: 0.94 , saturation: 0.45 and the lightness value of bd537b is 0.53.

The process color (four color CMYK) of #bd537b color hex is 0.00, 0.56, 0.35, 0.26. Web safe color of #bd537b is #cc6666. Color #bd537b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010011 01111011
Octal 275 123 173
Decimal 189 83 123
Hex BD 53 7B

RGB Percentages of Color #bd537b

%47.85
%21.01
%31.14

CMYK Percentages of Color #bd537b

%0
%56
%35
%26

Triadic Colors of #bd537b

#bd537b #7bbd53 #537bbd

Analogous Colors of #bd537b

#bd537b #bd6053 #bd53b0

Monochromatic Colors of #bd537b

#bd537b

Complementary Color

#bd537b #53bd95

#bd537b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd537b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd537b Color CSS Codes

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

#bd537b Text Font Color

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

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


#bd537b Background Color

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

This div background color is #bd537b


#bd537b Border Color

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

This div border color is #bd537b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,83,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 #bd537b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd537b


Comments

No comments written yet.

Please login to write comment.