Color Hex Logo

#bd0626 Color Hex

#BD0626
(189,6,38)
0 Favorites   0 Comments

Color spaces of #bd0626

RGB 189638
HSL0.970.940.38
HSV350°97°74°
CMYK 0.000.970.80   0.26
XYZ21.401211.08902.8461
Yxy11.08900.60560.3138
Hunter Lab33.300256.442418.2427
CIE-Lab39.730063.968836.7308

#bd0626 color RGB value is (189,6,38).

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

The process color (four color CMYK) of #bd0626 color hex is 0.00, 0.97, 0.80, 0.26. Web safe color of #bd0626 is #cc0033. Color #bd0626 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00000110 00100110
Octal 275 6 46
Decimal 189 6 38
Hex BD 6 26

RGB Percentages of Color #bd0626

%81.12
%2.58
%16.31

CMYK Percentages of Color #bd0626

%0
%97
%80
%26

Triadic Colors of #bd0626

#bd0626 #26bd06 #0626bd

Analogous Colors of #bd0626

#bd0626 #bd4106 #bd0682

Monochromatic Colors of #bd0626

#bd0626

Complementary Color

#bd0626 #06bd9d

#bd0626 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd0626 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd0626 Color CSS Codes

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

#bd0626 Text Font Color

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

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


#bd0626 Background Color

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

This div background color is #bd0626


#bd0626 Border Color

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

This div border color is #bd0626


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd0626


Comments

No comments written yet.

Please login to write comment.