Color Hex Logo

#bd3831 Color Hex

#BD3831
(189,56,49)
0 Favorites   0 Comments

Color spaces of #bd3831

RGB 1895649
HSL0.010.590.47
HSV74°74°
CMYK 0.000.700.74   0.26
XYZ22.954813.86894.3728
Yxy13.86890.55720.3367
Hunter Lab37.241044.853119.1069
CIE-Lab44.044352.561835.0343

#bd3831 color RGB value is (189,56,49).

#bd3831 hex color red value is 189, green value is 56 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #bd3831 hue: 0.01 , saturation: 0.59 and the lightness value of bd3831 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00111000 00110001
Octal 275 70 61
Decimal 189 56 49
Hex BD 38 31

RGB Percentages of Color #bd3831

%64.29
%19.05
%16.67

CMYK Percentages of Color #bd3831

%0
%70
%74
%26

Triadic Colors of #bd3831

#bd3831 #31bd38 #3831bd

Analogous Colors of #bd3831

#bd3831 #bd7e31 #bd3170

Monochromatic Colors of #bd3831

#bd3831

Complementary Color

#bd3831 #31b6bd

#bd3831 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd3831 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd3831 Color CSS Codes

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

#bd3831 Text Font Color

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

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


#bd3831 Background Color

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

This div background color is #bd3831


#bd3831 Border Color

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

This div border color is #bd3831


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd3831


Comments

No comments written yet.

Please login to write comment.