Color Hex Logo

#bd200e Color Hex

#BD200E
(189,32,14)
0 Favorites   0 Comments

Color spaces of #bd200e

RGB 1893214
HSL0.020.860.40
HSV93°74°
CMYK 0.000.830.93   0.26
XYZ21.582011.88351.5717
Yxy11.88350.61600.3392
Hunter Lab34.472551.425821.4275
CIE-Lab41.030459.217849.6315

#bd200e color RGB value is (189,32,14).

#bd200e hex color red value is 189, green value is 32 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #bd200e hue: 0.02 , saturation: 0.86 and the lightness value of bd200e is 0.40.

The process color (four color CMYK) of #bd200e color hex is 0.00, 0.83, 0.93, 0.26. Web safe color of #bd200e is #cc3300. Color #bd200e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100000 00001110
Octal 275 40 16
Decimal 189 32 14
Hex BD 20 E

RGB Percentages of Color #bd200e

%80.43
%13.62
%5.96

CMYK Percentages of Color #bd200e

%0
%83
%93
%26

Triadic Colors of #bd200e

#bd200e #0ebd20 #200ebd

Analogous Colors of #bd200e

#bd200e #bd780e #bd0e53

Monochromatic Colors of #bd200e

#bd200e

Complementary Color

#bd200e #0eabbd

#bd200e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd200e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd200e Color CSS Codes

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

#bd200e Text Font Color

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

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


#bd200e Background Color

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

This div background color is #bd200e


#bd200e Border Color

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

This div border color is #bd200e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd200e


Comments

No comments written yet.

Please login to write comment.