Color Hex Logo

#bd0319 Color Hex

#BD0319
(189,3,25)
0 Favorites   0 Comments

Color spaces of #bd0319

RGB 189325
HSL0.980.970.38
HSV353°98°74°
CMYK 0.000.980.87   0.26
XYZ21.194310.95411.9170
Yxy10.95410.62220.3216
Hunter Lab33.097056.386319.7338
CIE-Lab39.503163.963443.6653

#bd0319 color RGB value is (189,3,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00000011 00011001
Octal 275 3 31
Decimal 189 3 25
Hex BD 3 19

RGB Percentages of Color #bd0319

%87.10
%1.38
%11.52

CMYK Percentages of Color #bd0319

%0
%98
%87
%26

Triadic Colors of #bd0319

#bd0319 #19bd03 #0319bd

Analogous Colors of #bd0319

#bd0319 #bd4a03 #bd0376

Monochromatic Colors of #bd0319

#bd0319

Complementary Color

#bd0319 #03bda7

#bd0319 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd0319 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd0319 Color CSS Codes

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

#bd0319 Text Font Color

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

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


#bd0319 Background Color

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

This div background color is #bd0319


#bd0319 Border Color

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

This div border color is #bd0319


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,3,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 #bd0319">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd0319


Comments

No comments written yet.

Please login to write comment.