Color Hex Logo

#bd183f Color Hex

#BD183F
(189,24,63)
0 Favorites   0 Comments

Color spaces of #bd183f

RGB 1892463
HSL0.960.770.42
HSV346°87°74°
CMYK 0.000.870.67   0.26
XYZ22.210111.83105.8156
Yxy11.83100.55720.2968
Hunter Lab34.396255.066514.0528
CIE-Lab40.946362.511322.8636

#bd183f color RGB value is (189,24,63).

#bd183f hex color red value is 189, green value is 24 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #bd183f hue: 0.96 , saturation: 0.77 and the lightness value of bd183f is 0.42.

The process color (four color CMYK) of #bd183f color hex is 0.00, 0.87, 0.67, 0.26. Web safe color of #bd183f is #cc0033. Color #bd183f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00011000 00111111
Octal 275 30 77
Decimal 189 24 63
Hex BD 18 3F

RGB Percentages of Color #bd183f

%68.48
%8.70
%22.83

CMYK Percentages of Color #bd183f

%0
%87
%67
%26

Triadic Colors of #bd183f

#bd183f #3fbd18 #183fbd

Analogous Colors of #bd183f

#bd183f #bd4418 #bd1892

Monochromatic Colors of #bd183f

#bd183f

Complementary Color

#bd183f #18bd96

#bd183f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd183f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd183f Color CSS Codes

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

#bd183f Text Font Color

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

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


#bd183f Background Color

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

This div background color is #bd183f


#bd183f Border Color

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

This div border color is #bd183f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd183f


Comments

No comments written yet.

Please login to write comment.