Color Hex Logo

#bd173d Color Hex

#BD173D
(189,23,61)
0 Favorites   0 Comments

Color spaces of #bd173d

RGB 1892361
HSL0.960.780.42
HSV346°88°74°
CMYK 0.000.880.68   0.26
XYZ22.135011.76855.5198
Yxy11.76850.56150.2985
Hunter Lab34.305255.140514.4738
CIE-Lab40.845862.596823.9897

#bd173d color RGB value is (189,23,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010111 00111101
Octal 275 27 75
Decimal 189 23 61
Hex BD 17 3D

RGB Percentages of Color #bd173d

%69.23
%8.42
%22.34

CMYK Percentages of Color #bd173d

%0
%88
%68
%26

Triadic Colors of #bd173d

#bd173d #3dbd17 #173dbd

Analogous Colors of #bd173d

#bd173d #bd4417 #bd1790

Monochromatic Colors of #bd173d

#bd173d

Complementary Color

#bd173d #17bd97

#bd173d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd173d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd173d Color CSS Codes

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

#bd173d Text Font Color

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

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


#bd173d Background Color

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

This div background color is #bd173d


#bd173d Border Color

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

This div border color is #bd173d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd173d


Comments

No comments written yet.

Please login to write comment.