Color Hex Logo

#bd311a Color Hex

#BD311A
(189,49,26)
0 Favorites   0 Comments

Color spaces of #bd311a

RGB 1894926
HSL0.020.760.42
HSV86°74°
CMYK 0.000.740.86   0.26
XYZ22.271013.09002.3301
Yxy13.09000.59090.3473
Hunter Lab36.180146.562221.5076
CIE-Lab42.898554.377546.0226

#bd311a color RGB value is (189,49,26).

#bd311a hex color red value is 189, green value is 49 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #bd311a hue: 0.02 , saturation: 0.76 and the lightness value of bd311a is 0.42.

The process color (four color CMYK) of #bd311a color hex is 0.00, 0.74, 0.86, 0.26. Web safe color of #bd311a is #cc3333. Color #bd311a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110001 00011010
Octal 275 61 32
Decimal 189 49 26
Hex BD 31 1A

RGB Percentages of Color #bd311a

%71.59
%18.56
%9.85

CMYK Percentages of Color #bd311a

%0
%74
%86
%26

Triadic Colors of #bd311a

#bd311a #1abd31 #311abd

Analogous Colors of #bd311a

#bd311a #bd831a #bd1a54

Monochromatic Colors of #bd311a

#bd311a

Complementary Color

#bd311a #1aa6bd

#bd311a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd311a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd311a Color CSS Codes

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

#bd311a Text Font Color

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

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


#bd311a Background Color

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

This div background color is #bd311a


#bd311a Border Color

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

This div border color is #bd311a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd311a


Comments

No comments written yet.

Please login to write comment.