Color Hex Logo

#bd293b Color Hex

#BD293B
(189,41,59)
0 Favorites   0 Comments

Color spaces of #bd293b

RGB 1894159
HSL0.980.640.45
HSV353°78°74°
CMYK 0.000.780.69   0.26
XYZ22.568612.72055.4035
Yxy12.72050.55460.3126
Hunter Lab35.665850.536015.9834
CIE-Lab42.339158.156027.0878

#bd293b color RGB value is (189,41,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00101001 00111011
Octal 275 51 73
Decimal 189 41 59
Hex BD 29 3B

RGB Percentages of Color #bd293b

%65.40
%14.19
%20.42

CMYK Percentages of Color #bd293b

%0
%78
%69
%26

Triadic Colors of #bd293b

#bd293b #3bbd29 #293bbd

Analogous Colors of #bd293b

#bd293b #bd6129 #bd2985

Monochromatic Colors of #bd293b

#bd293b

Complementary Color

#bd293b #29bdab

#bd293b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd293b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd293b Color CSS Codes

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

#bd293b Text Font Color

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

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


#bd293b Background Color

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

This div background color is #bd293b


#bd293b Border Color

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

This div border color is #bd293b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd293b


Comments

No comments written yet.

Please login to write comment.