Color Hex Logo

#bd173b Color Hex

#BD173B
(189,23,59)
0 Favorites   0 Comments

Color spaces of #bd173b

RGB 1892359
HSL0.960.780.42
HSV347°88°74°
CMYK 0.000.880.69   0.26
XYZ22.082111.74745.2413
Yxy11.74740.56520.3007
Hunter Lab34.274555.022314.9254
CIE-Lab40.811862.498025.1975

#bd173b color RGB value is (189,23,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010111 00111011
Octal 275 27 73
Decimal 189 23 59
Hex BD 17 3B

RGB Percentages of Color #bd173b

%69.74
%8.49
%21.77

CMYK Percentages of Color #bd173b

%0
%88
%69
%26

Triadic Colors of #bd173b

#bd173b #3bbd17 #173bbd

Analogous Colors of #bd173b

#bd173b #bd4617 #bd178e

Monochromatic Colors of #bd173b

#bd173b

Complementary Color

#bd173b #17bd99

#bd173b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd173b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd173b Color CSS Codes

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

#bd173b Text Font Color

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

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


#bd173b Background Color

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

This div background color is #bd173b


#bd173b Border Color

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

This div border color is #bd173b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd173b


Comments

No comments written yet.

Please login to write comment.