Color Hex Logo

#bd331f Color Hex

#BD331F
(189,51,31)
0 Favorites   0 Comments

Color spaces of #bd331f

RGB 1895131
HSL0.020.720.43
HSV84°74°
CMYK 0.000.730.84   0.26
XYZ22.417413.28542.6791
Yxy13.28540.58410.3461
Hunter Lab36.449145.997321.1564
CIE-Lab43.190253.794443.8810

#bd331f color RGB value is (189,51,31).

#bd331f hex color red value is 189, green value is 51 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #bd331f hue: 0.02 , saturation: 0.72 and the lightness value of bd331f is 0.43.

The process color (four color CMYK) of #bd331f color hex is 0.00, 0.73, 0.84, 0.26. Web safe color of #bd331f is #cc3333. Color #bd331f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110011 00011111
Octal 275 63 37
Decimal 189 51 31
Hex BD 33 1F

RGB Percentages of Color #bd331f

%69.74
%18.82
%11.44

CMYK Percentages of Color #bd331f

%0
%73
%84
%26

Triadic Colors of #bd331f

#bd331f #1fbd33 #331fbd

Analogous Colors of #bd331f

#bd331f #bd821f #bd1f5a

Monochromatic Colors of #bd331f

#bd331f

Complementary Color

#bd331f #1fa9bd

#bd331f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd331f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd331f Color CSS Codes

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

#bd331f Text Font Color

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

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


#bd331f Background Color

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

This div background color is #bd331f


#bd331f Border Color

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

This div border color is #bd331f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd331f


Comments

No comments written yet.

Please login to write comment.