Color Hex Logo

#bd163e Color Hex

#BD163E
(189,22,62)
0 Favorites   0 Comments

Color spaces of #bd163e

RGB 1892262
HSL0.960.790.41
HSV346°88°74°
CMYK 0.000.880.67   0.26
XYZ22.142711.74045.6565
Yxy11.74040.56000.2969
Hunter Lab34.264355.390114.1971
CIE-Lab40.800562.827623.3055

#bd163e color RGB value is (189,22,62).

#bd163e hex color red value is 189, green value is 22 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #bd163e hue: 0.96 , saturation: 0.79 and the lightness value of bd163e is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010110 00111110
Octal 275 26 76
Decimal 189 22 62
Hex BD 16 3E

RGB Percentages of Color #bd163e

%69.23
%8.06
%22.71

CMYK Percentages of Color #bd163e

%0
%88
%67
%26

Triadic Colors of #bd163e

#bd163e #3ebd16 #163ebd

Analogous Colors of #bd163e

#bd163e #bd4216 #bd1692

Monochromatic Colors of #bd163e

#bd163e

Complementary Color

#bd163e #16bd95

#bd163e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd163e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd163e Color CSS Codes

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

#bd163e Text Font Color

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

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


#bd163e Background Color

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

This div background color is #bd163e


#bd163e Border Color

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

This div border color is #bd163e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd163e


Comments

No comments written yet.

Please login to write comment.