Color Hex Logo

#bd182e Color Hex

#BD182E
(189,24,46)
0 Favorites   0 Comments

Color spaces of #bd182e

RGB 1892446
HSL0.980.770.42
HSV352°87°74°
CMYK 0.000.870.76   0.26
XYZ21.806011.66933.6879
Yxy11.66930.58680.3140
Hunter Lab34.160454.163517.5114
CIE-Lab40.685661.755533.0241

#bd182e color RGB value is (189,24,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00011000 00101110
Octal 275 30 56
Decimal 189 24 46
Hex BD 18 2E

RGB Percentages of Color #bd182e

%72.97
%9.27
%17.76

CMYK Percentages of Color #bd182e

%0
%87
%76
%26

Triadic Colors of #bd182e

#bd182e #2ebd18 #182ebd

Analogous Colors of #bd182e

#bd182e #bd5518 #bd1881

Monochromatic Colors of #bd182e

#bd182e

Complementary Color

#bd182e #18bda7

#bd182e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd182e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd182e Color CSS Codes

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

#bd182e Text Font Color

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

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


#bd182e Background Color

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

This div background color is #bd182e


#bd182e Border Color

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

This div border color is #bd182e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd182e


Comments

No comments written yet.

Please login to write comment.