Color Hex Logo

#bd393e Color Hex

#BD393E
(189,57,62)
0 Favorites   0 Comments

Color spaces of #bd393e

RGB 1895762
HSL0.990.540.48
HSV358°70°74°
CMYK 0.000.700.67   0.26
XYZ23.318914.09296.0486
Yxy14.09290.53660.3243
Hunter Lab37.540545.182316.7254
CIE-Lab44.365952.813527.7667

#bd393e color RGB value is (189,57,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00111001 00111110
Octal 275 71 76
Decimal 189 57 62
Hex BD 39 3E

RGB Percentages of Color #bd393e

%61.36
%18.51
%20.13

CMYK Percentages of Color #bd393e

%0
%70
%67
%26

Triadic Colors of #bd393e

#bd393e #3ebd39 #393ebd

Analogous Colors of #bd393e

#bd393e #bd7639 #bd3980

Monochromatic Colors of #bd393e

#bd393e

Complementary Color

#bd393e #39bdb8

#bd393e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd393e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd393e Color CSS Codes

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

#bd393e Text Font Color

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

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


#bd393e Background Color

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

This div background color is #bd393e


#bd393e Border Color

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

This div border color is #bd393e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd393e


Comments

No comments written yet.

Please login to write comment.