Color Hex Logo

#bd393b Color Hex

#BD393B
(189,57,59)
0 Favorites   0 Comments

Color spaces of #bd393b

RGB 1895759
HSL1.000.540.48
HSV359°70°74°
CMYK 0.000.700.69   0.26
XYZ23.238814.06085.6269
Yxy14.06080.54140.3276
Hunter Lab37.497745.002317.3514
CIE-Lab44.320052.652429.5040

#bd393b color RGB value is (189,57,59).

#bd393b hex color red value is 189, green value is 57 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #bd393b hue: 1.00 , saturation: 0.54 and the lightness value of bd393b is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00111001 00111011
Octal 275 71 73
Decimal 189 57 59
Hex BD 39 3B

RGB Percentages of Color #bd393b

%61.97
%18.69
%19.34

CMYK Percentages of Color #bd393b

%0
%70
%69
%26

Triadic Colors of #bd393b

#bd393b #3bbd39 #393bbd

Analogous Colors of #bd393b

#bd393b #bd7939 #bd397d

Monochromatic Colors of #bd393b

#bd393b

Complementary Color

#bd393b #39bdbb

#bd393b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd393b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd393b Color CSS Codes

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

#bd393b Text Font Color

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

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


#bd393b Background Color

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

This div background color is #bd393b


#bd393b Border Color

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

This div border color is #bd393b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd393b


Comments

No comments written yet.

Please login to write comment.