Color Hex Logo

#bd313e Color Hex

#BD313E
(189,49,62)
0 Favorites   0 Comments

Color spaces of #bd313e

RGB 1894962
HSL0.980.590.47
HSV354°74°74°
CMYK 0.000.740.67   0.26
XYZ22.954113.36325.9270
Yxy13.36320.54340.3163
Hunter Lab36.555748.111415.9759
CIE-Lab43.305555.743326.4533

#bd313e color RGB value is (189,49,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110001 00111110
Octal 275 61 76
Decimal 189 49 62
Hex BD 31 3E

RGB Percentages of Color #bd313e

%63.00
%16.33
%20.67

CMYK Percentages of Color #bd313e

%0
%74
%67
%26

Triadic Colors of #bd313e

#bd313e #3ebd31 #313ebd

Analogous Colors of #bd313e

#bd313e #bd6a31 #bd3184

Monochromatic Colors of #bd313e

#bd313e

Complementary Color

#bd313e #31bdb0

#bd313e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd313e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd313e Color CSS Codes

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

#bd313e Text Font Color

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

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


#bd313e Background Color

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

This div background color is #bd313e


#bd313e Border Color

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

This div border color is #bd313e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd313e


Comments

No comments written yet.

Please login to write comment.