Color Hex Logo

#bd4121 Color Hex

#BD4121
(189,65,33)
0 Favorites   0 Comments

Color spaces of #bd4121

RGB 1896533
HSL0.030.700.44
HSV12°83°74°
CMYK 0.000.660.83   0.26
XYZ23.151114.70923.0578
Yxy14.70920.56580.3595
Hunter Lab38.352640.632522.1197
CIE-Lab45.233348.322044.7827

#bd4121 color RGB value is (189,65,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000001 00100001
Octal 275 101 41
Decimal 189 65 33
Hex BD 41 21

RGB Percentages of Color #bd4121

%65.85
%22.65
%11.50

CMYK Percentages of Color #bd4121

%0
%66
%83
%26

Triadic Colors of #bd4121

#bd4121 #21bd41 #4121bd

Analogous Colors of #bd4121

#bd4121 #bd8f21 #bd214f

Monochromatic Colors of #bd4121

#bd4121

Complementary Color

#bd4121 #219dbd

#bd4121 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd4121 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd4121 Color CSS Codes

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

#bd4121 Text Font Color

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

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


#bd4121 Background Color

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

This div background color is #bd4121


#bd4121 Border Color

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

This div border color is #bd4121


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd4121


Comments

No comments written yet.

Please login to write comment.