Color Hex Logo

#bd313f Color Hex

#BD313F
(189,49,63)
0 Favorites   0 Comments

Color spaces of #bd313f

RGB 1894963
HSL0.980.590.47
HSV354°74°74°
CMYK 0.000.740.67   0.26
XYZ22.981813.37436.0729
Yxy13.37430.54170.3152
Hunter Lab36.570948.173515.7540
CIE-Lab43.321955.797825.8647

#bd313f color RGB value is (189,49,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110001 00111111
Octal 275 61 77
Decimal 189 49 63
Hex BD 31 3F

RGB Percentages of Color #bd313f

%62.79
%16.28
%20.93

CMYK Percentages of Color #bd313f

%0
%74
%67
%26

Triadic Colors of #bd313f

#bd313f #3fbd31 #313fbd

Analogous Colors of #bd313f

#bd313f #bd6931 #bd3185

Monochromatic Colors of #bd313f

#bd313f

Complementary Color

#bd313f #31bdaf

#bd313f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd313f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd313f Color CSS Codes

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

#bd313f Text Font Color

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

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


#bd313f Background Color

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

This div background color is #bd313f


#bd313f Border Color

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

This div border color is #bd313f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd313f


Comments

No comments written yet.

Please login to write comment.