Color Hex Logo

#bd192a Color Hex

#BD192A
(189,25,42)
0 Favorites   0 Comments

Color spaces of #bd192a

RGB 1892542
HSL0.980.770.42
HSV354°87°74°
CMYK 0.000.870.78   0.26
XYZ21.751811.68123.2987
Yxy11.68120.59220.3180
Hunter Lab34.177853.791918.2020
CIE-Lab40.704961.418635.4188

#bd192a color RGB value is (189,25,42).

#bd192a hex color red value is 189, green value is 25 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #bd192a hue: 0.98 , saturation: 0.77 and the lightness value of bd192a is 0.42.

The process color (four color CMYK) of #bd192a color hex is 0.00, 0.87, 0.78, 0.26. Web safe color of #bd192a is #cc0033. Color #bd192a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00011001 00101010
Octal 275 31 52
Decimal 189 25 42
Hex BD 19 2A

RGB Percentages of Color #bd192a

%73.83
%9.77
%16.41

CMYK Percentages of Color #bd192a

%0
%87
%78
%26

Triadic Colors of #bd192a

#bd192a #2abd19 #192abd

Analogous Colors of #bd192a

#bd192a #bd5a19 #bd197c

Monochromatic Colors of #bd192a

#bd192a

Complementary Color

#bd192a #19bdac

#bd192a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd192a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd192a Color CSS Codes

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

#bd192a Text Font Color

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

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


#bd192a Background Color

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

This div background color is #bd192a


#bd192a Border Color

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

This div border color is #bd192a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd192a


Comments

No comments written yet.

Please login to write comment.