Color Hex Logo

#bd413b Color Hex

#BD413B
(189,65,59)
0 Favorites   0 Comments

Color spaces of #bd413b

RGB 1896559
HSL0.010.520.49
HSV69°74°
CMYK 0.000.660.69   0.26
XYZ23.666014.91525.7693
Yxy14.91520.53360.3363
Hunter Lab38.620241.797318.1771
CIE-Lab45.517849.393530.9460

#bd413b color RGB value is (189,65,59).

#bd413b hex color red value is 189, green value is 65 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #bd413b hue: 0.01 , saturation: 0.52 and the lightness value of bd413b is 0.49.

The process color (four color CMYK) of #bd413b color hex is 0.00, 0.66, 0.69, 0.26. Web safe color of #bd413b is #cc3333. Color #bd413b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000001 00111011
Octal 275 101 73
Decimal 189 65 59
Hex BD 41 3B

RGB Percentages of Color #bd413b

%60.38
%20.77
%18.85

CMYK Percentages of Color #bd413b

%0
%66
%69
%26

Triadic Colors of #bd413b

#bd413b #3bbd41 #413bbd

Analogous Colors of #bd413b

#bd413b #bd823b #bd3b76

Monochromatic Colors of #bd413b

#bd413b

Complementary Color

#bd413b #3bb7bd

#bd413b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd413b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd413b Color CSS Codes

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

#bd413b Text Font Color

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

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


#bd413b Background Color

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

This div background color is #bd413b


#bd413b Border Color

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

This div border color is #bd413b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd413b


Comments

No comments written yet.

Please login to write comment.