Color Hex Logo

#bd3224 Color Hex

#BD3224
(189,50,36)
0 Favorites   0 Comments

Color spaces of #bd3224

RGB 1895036
HSL0.020.680.44
HSV81°74°
CMYK 0.000.740.81   0.26
XYZ22.445313.22743.0392
Yxy13.22740.57980.3417
Hunter Lab36.369546.514020.5041
CIE-Lab43.103954.294441.2348

#bd3224 color RGB value is (189,50,36).

#bd3224 hex color red value is 189, green value is 50 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #bd3224 hue: 0.02 , saturation: 0.68 and the lightness value of bd3224 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110010 00100100
Octal 275 62 44
Decimal 189 50 36
Hex BD 32 24

RGB Percentages of Color #bd3224

%68.73
%18.18
%13.09

CMYK Percentages of Color #bd3224

%0
%74
%81
%26

Triadic Colors of #bd3224

#bd3224 #24bd32 #3224bd

Analogous Colors of #bd3224

#bd3224 #bd7f24 #bd2462

Monochromatic Colors of #bd3224

#bd3224

Complementary Color

#bd3224 #24afbd

#bd3224 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd3224 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd3224 Color CSS Codes

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

#bd3224 Text Font Color

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

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


#bd3224 Background Color

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

This div background color is #bd3224


#bd3224 Border Color

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

This div border color is #bd3224


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd3224


Comments

No comments written yet.

Please login to write comment.