Color Hex Logo

#bd505a Color Hex

#BD505A
(189,80,90)
0 Favorites   0 Comments

Color spaces of #bd505a

RGB 1898090
HSL0.980.450.53
HSV354°58°74°
CMYK 0.000.580.52   0.26
XYZ25.700417.294311.6564
Yxy17.29430.47030.3164
Hunter Lab41.586437.536712.4919
CIE-Lab48.628744.751316.4636

#bd505a color RGB value is (189,80,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010000 01011010
Octal 275 120 132
Decimal 189 80 90
Hex BD 50 5A

RGB Percentages of Color #bd505a

%52.65
%22.28
%25.07

CMYK Percentages of Color #bd505a

%0
%58
%52
%26

Triadic Colors of #bd505a

#bd505a #5abd50 #505abd

Analogous Colors of #bd505a

#bd505a #bd7d50 #bd5091

Monochromatic Colors of #bd505a

#bd505a

Complementary Color

#bd505a #50bdb3

#bd505a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd505a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd505a Color CSS Codes

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

#bd505a Text Font Color

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

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


#bd505a Background Color

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

This div background color is #bd505a


#bd505a Border Color

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

This div border color is #bd505a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd505a


Comments

No comments written yet.

Please login to write comment.