Color Hex Logo

#bd0019 Color Hex

#BD0019
(189,0,25)
0 Favorites   0 Comments

Color spaces of #bd0019

RGB 189025
HSL0.981.000.37
HSV352°100°74°
CMYK 0.001.000.87   0.26
XYZ21.161710.88901.9061
Yxy10.88900.62320.3207
Hunter Lab32.998556.723519.6742
CIE-Lab39.392964.282743.5742

#bd0019 color RGB value is (189,0,25).

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

The process color (four color CMYK) of #bd0019 color hex is 0.00, 1.00, 0.87, 0.26. Web safe color of #bd0019 is #cc0000. Color #bd0019 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00000000 00011001
Octal 275 0 31
Decimal 189 0 25
Hex BD 0 19

RGB Percentages of Color #bd0019

%88.32
%0.00
%11.68

CMYK Percentages of Color #bd0019

%0
%100
%87
%26

Triadic Colors of #bd0019

#bd0019 #19bd00 #0019bd

Analogous Colors of #bd0019

#bd0019 #bd4600 #bd0078

Monochromatic Colors of #bd0019

#bd0019

Complementary Color

#bd0019 #00bda4

#bd0019 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd0019 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd0019 Color CSS Codes

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

#bd0019 Text Font Color

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

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


#bd0019 Background Color

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

This div background color is #bd0019


#bd0019 Border Color

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

This div border color is #bd0019


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd0019


Comments

No comments written yet.

Please login to write comment.