Color Hex Logo

#bd3921 Color Hex

#BD3921
(189,57,33)
0 Favorites   0 Comments

Color spaces of #bd3921

RGB 1895733
HSL0.030.700.44
HSV83°74°
CMYK 0.000.700.83   0.26
XYZ22.723913.85492.9154
Yxy13.85490.57540.3508
Hunter Lab37.222243.834321.4117
CIE-Lab44.024151.601343.6566

#bd3921 color RGB value is (189,57,33).

#bd3921 hex color red value is 189, green value is 57 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #bd3921 hue: 0.03 , saturation: 0.70 and the lightness value of bd3921 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00111001 00100001
Octal 275 71 41
Decimal 189 57 33
Hex BD 39 21

RGB Percentages of Color #bd3921

%67.74
%20.43
%11.83

CMYK Percentages of Color #bd3921

%0
%70
%83
%26

Triadic Colors of #bd3921

#bd3921 #21bd39 #3921bd

Analogous Colors of #bd3921

#bd3921 #bd8721 #bd2157

Monochromatic Colors of #bd3921

#bd3921

Complementary Color

#bd3921 #21a5bd

#bd3921 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd3921 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd3921 Color CSS Codes

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

#bd3921 Text Font Color

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

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


#bd3921 Background Color

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

This div background color is #bd3921


#bd3921 Border Color

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

This div border color is #bd3921


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd3921


Comments

No comments written yet.

Please login to write comment.