Color Hex Logo

#bd052e Color Hex

#BD052E
(189,5,46)
0 Favorites   0 Comments

Color spaces of #bd052e

RGB 189546
HSL0.960.950.38
HSV347°97°74°
CMYK 0.000.970.76   0.26
XYZ21.533711.12463.5971
Yxy11.12460.59390.3068
Hunter Lab33.353656.874316.9532
CIE-Lab39.789564.338532.0146

#bd052e color RGB value is (189,5,46).

#bd052e hex color red value is 189, green value is 5 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #bd052e hue: 0.96 , saturation: 0.95 and the lightness value of bd052e is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00000101 00101110
Octal 275 5 56
Decimal 189 5 46
Hex BD 5 2E

RGB Percentages of Color #bd052e

%78.75
%2.08
%19.17

CMYK Percentages of Color #bd052e

%0
%97
%76
%26

Triadic Colors of #bd052e

#bd052e #2ebd05 #052ebd

Analogous Colors of #bd052e

#bd052e #bd3805 #bd058a

Monochromatic Colors of #bd052e

#bd052e

Complementary Color

#bd052e #05bd94

#bd052e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd052e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd052e Color CSS Codes

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

#bd052e Text Font Color

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

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


#bd052e Background Color

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

This div background color is #bd052e


#bd052e Border Color

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

This div border color is #bd052e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd052e


Comments

No comments written yet.

Please login to write comment.