Color Hex Logo

#bd183b Color Hex

#BD183B
(189,24,59)
0 Favorites   0 Comments

Color spaces of #bd183b

RGB 1892459
HSL0.960.770.42
HSV347°87°74°
CMYK 0.000.870.69   0.26
XYZ22.102311.78795.2480
Yxy11.78790.56470.3012
Hunter Lab34.333554.826314.9708
CIE-Lab40.877062.310625.2789

#bd183b color RGB value is (189,24,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00011000 00111011
Octal 275 30 73
Decimal 189 24 59
Hex BD 18 3B

RGB Percentages of Color #bd183b

%69.49
%8.82
%21.69

CMYK Percentages of Color #bd183b

%0
%87
%69
%26

Triadic Colors of #bd183b

#bd183b #3bbd18 #183bbd

Analogous Colors of #bd183b

#bd183b #bd4718 #bd188e

Monochromatic Colors of #bd183b

#bd183b

Complementary Color

#bd183b #18bd9a

#bd183b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd183b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd183b Color CSS Codes

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

#bd183b Text Font Color

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

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


#bd183b Background Color

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

This div background color is #bd183b


#bd183b Border Color

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

This div border color is #bd183b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd183b


Comments

No comments written yet.

Please login to write comment.