Color Hex Logo

#bd292e Color Hex

#BD292E
(189,41,46)
0 Favorites   0 Comments

Color spaces of #bd292e

RGB 1894146
HSL0.990.640.45
HSV358°78°74°
CMYK 0.000.780.76   0.26
XYZ22.272312.60193.8433
Yxy12.60190.57530.3255
Hunter Lab35.499249.868018.4304
CIE-Lab42.157257.579034.6648

#bd292e color RGB value is (189,41,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00101001 00101110
Octal 275 51 56
Decimal 189 41 46
Hex BD 29 2E

RGB Percentages of Color #bd292e

%68.48
%14.86
%16.67

CMYK Percentages of Color #bd292e

%0
%78
%76
%26

Triadic Colors of #bd292e

#bd292e #2ebd29 #292ebd

Analogous Colors of #bd292e

#bd292e #bd6e29 #bd2978

Monochromatic Colors of #bd292e

#bd292e

Complementary Color

#bd292e #29bdb8

#bd292e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd292e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd292e Color CSS Codes

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

#bd292e Text Font Color

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

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


#bd292e Background Color

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

This div background color is #bd292e


#bd292e Border Color

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

This div border color is #bd292e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd292e


Comments

No comments written yet.

Please login to write comment.