Color Hex Logo

#bd312f Color Hex

#BD312F
(189,49,47)
0 Favorites   0 Comments

Color spaces of #bd312f

RGB 1894947
HSL0.000.600.46
HSV75°74°
CMYK 0.000.740.75   0.26
XYZ22.597713.22074.0501
Yxy13.22070.56680.3316
Hunter Lab36.360347.306218.8480
CIE-Lab43.093955.035335.1237

#bd312f color RGB value is (189,49,47).

#bd312f hex color red value is 189, green value is 49 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #bd312f hue: 0.00 , saturation: 0.60 and the lightness value of bd312f is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110001 00101111
Octal 275 61 57
Decimal 189 49 47
Hex BD 31 2F

RGB Percentages of Color #bd312f

%66.32
%17.19
%16.49

CMYK Percentages of Color #bd312f

%0
%74
%75
%26

Triadic Colors of #bd312f

#bd312f #2fbd31 #312fbd

Analogous Colors of #bd312f

#bd312f #bd782f #bd2f74

Monochromatic Colors of #bd312f

#bd312f

Complementary Color

#bd312f #2fbbbd

#bd312f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd312f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd312f Color CSS Codes

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

#bd312f Text Font Color

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

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


#bd312f Background Color

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

This div background color is #bd312f


#bd312f Border Color

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

This div border color is #bd312f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd312f


Comments

No comments written yet.

Please login to write comment.