Color Hex Logo

#bd5950 Color Hex

#BD5950
(189,89,80)
0 Favorites   0 Comments

Color spaces of #bd5950

RGB 1898980
HSL0.010.450.53
HSV58°74°
CMYK 0.000.530.58   0.26
XYZ26.006618.54289.7978
Yxy18.54280.47850.3412
Hunter Lab43.061432.446516.6526
CIE-Lab50.148039.481924.4252

#bd5950 color RGB value is (189,89,80).

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

The process color (four color CMYK) of #bd5950 color hex is 0.00, 0.53, 0.58, 0.26. Web safe color of #bd5950 is #cc6666. Color #bd5950 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01011001 01010000
Octal 275 131 120
Decimal 189 89 80
Hex BD 59 50

RGB Percentages of Color #bd5950

%52.79
%24.86
%22.35

CMYK Percentages of Color #bd5950

%0
%53
%58
%26

Triadic Colors of #bd5950

#bd5950 #50bd59 #5950bd

Analogous Colors of #bd5950

#bd5950 #bd9050 #bd507e

Monochromatic Colors of #bd5950

#bd5950

Complementary Color

#bd5950 #50b4bd

#bd5950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd5950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd5950 Color CSS Codes

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

#bd5950 Text Font Color

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

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


#bd5950 Background Color

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

This div background color is #bd5950


#bd5950 Border Color

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

This div border color is #bd5950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd5950


Comments

No comments written yet.

Please login to write comment.