Color Hex Logo

#bd113a Color Hex

#BD113A
(189,17,58)
0 Favorites   0 Comments

Color spaces of #bd113a

RGB 1891758
HSL0.960.830.40
HSV346°91°74°
CMYK 0.000.910.69   0.26
XYZ21.950411.52525.0707
Yxy11.52520.56950.2990
Hunter Lab33.948856.003114.9084
CIE-Lab40.451363.439525.3740

#bd113a color RGB value is (189,17,58).

#bd113a hex color red value is 189, green value is 17 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #bd113a hue: 0.96 , saturation: 0.83 and the lightness value of bd113a is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010001 00111010
Octal 275 21 72
Decimal 189 17 58
Hex BD 11 3A

RGB Percentages of Color #bd113a

%71.59
%6.44
%21.97

CMYK Percentages of Color #bd113a

%0
%91
%69
%26

Triadic Colors of #bd113a

#bd113a #3abd11 #113abd

Analogous Colors of #bd113a

#bd113a #bd3e11 #bd1190

Monochromatic Colors of #bd113a

#bd113a

Complementary Color

#bd113a #11bd94

#bd113a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd113a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd113a Color CSS Codes

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

#bd113a Text Font Color

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

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


#bd113a Background Color

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

This div background color is #bd113a


#bd113a Border Color

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

This div border color is #bd113a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd113a


Comments

No comments written yet.

Please login to write comment.