Color Hex Logo

#bd1f3f Color Hex

#BD1F3F
(189,31,63)
0 Favorites   0 Comments

Color spaces of #bd1f3f

RGB 1893163
HSL0.970.720.43
HSV348°84°74°
CMYK 0.000.840.67   0.26
XYZ22.373512.15775.8701
Yxy12.15770.55380.3009
Hunter Lab34.867953.518414.4259
CIE-Lab41.465761.025823.5246

#bd1f3f color RGB value is (189,31,63).

#bd1f3f hex color red value is 189, green value is 31 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #bd1f3f hue: 0.97 , saturation: 0.72 and the lightness value of bd1f3f is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00011111 00111111
Octal 275 37 77
Decimal 189 31 63
Hex BD 1F 3F

RGB Percentages of Color #bd1f3f

%66.78
%10.95
%22.26

CMYK Percentages of Color #bd1f3f

%0
%84
%67
%26

Triadic Colors of #bd1f3f

#bd1f3f #3fbd1f #1f3fbd

Analogous Colors of #bd1f3f

#bd1f3f #bd4e1f #bd1f8e

Monochromatic Colors of #bd1f3f

#bd1f3f

Complementary Color

#bd1f3f #1fbd9d

#bd1f3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd1f3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd1f3f Color CSS Codes

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

#bd1f3f Text Font Color

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

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


#bd1f3f Background Color

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

This div background color is #bd1f3f


#bd1f3f Border Color

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

This div border color is #bd1f3f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,31,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 #bd1f3f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd1f3f


Comments

No comments written yet.

Please login to write comment.