Color Hex Logo

#bd170f Color Hex

#BD170F
(189,23,15)
0 Favorites   0 Comments

Color spaces of #bd170f

RGB 1892315
HSL0.010.850.40
HSV92°74°
CMYK 0.000.880.92   0.26
XYZ21.378911.46611.5383
Yxy11.46610.62180.3335
Hunter Lab33.861653.440021.0097
CIE-Lab40.354761.170448.8139

#bd170f color RGB value is (189,23,15).

#bd170f hex color red value is 189, green value is 23 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #bd170f hue: 0.01 , saturation: 0.85 and the lightness value of bd170f is 0.40.

The process color (four color CMYK) of #bd170f color hex is 0.00, 0.88, 0.92, 0.26. Web safe color of #bd170f is #cc0000. Color #bd170f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010111 00001111
Octal 275 27 17
Decimal 189 23 15
Hex BD 17 F

RGB Percentages of Color #bd170f

%83.26
%10.13
%6.61

CMYK Percentages of Color #bd170f

%0
%88
%92
%26

Triadic Colors of #bd170f

#bd170f #0fbd17 #170fbd

Analogous Colors of #bd170f

#bd170f #bd6e0f #bd0f5e

Monochromatic Colors of #bd170f

#bd170f

Complementary Color

#bd170f #0fb5bd

#bd170f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd170f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd170f Color CSS Codes

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

#bd170f Text Font Color

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

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


#bd170f Background Color

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

This div background color is #bd170f


#bd170f Border Color

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

This div border color is #bd170f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd170f


Comments

No comments written yet.

Please login to write comment.