Color Hex Logo

#bd062e Color Hex

#BD062E
(189,6,46)
0 Favorites   0 Comments

Color spaces of #bd062e

RGB 189646
HSL0.960.940.38
HSV347°97°74°
CMYK 0.000.970.76   0.26
XYZ21.544511.14633.6007
Yxy11.14630.59370.3071
Hunter Lab33.386156.762916.9758
CIE-Lab39.825864.233132.0557

#bd062e color RGB value is (189,6,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00000110 00101110
Octal 275 6 56
Decimal 189 6 46
Hex BD 6 2E

RGB Percentages of Color #bd062e

%78.42
%2.49
%19.09

CMYK Percentages of Color #bd062e

%0
%97
%76
%26

Triadic Colors of #bd062e

#bd062e #2ebd06 #062ebd

Analogous Colors of #bd062e

#bd062e #bd3906 #bd068a

Monochromatic Colors of #bd062e

#bd062e

Complementary Color

#bd062e #06bd95

#bd062e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd062e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd062e Color CSS Codes

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

#bd062e Text Font Color

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

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


#bd062e Background Color

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

This div background color is #bd062e


#bd062e Border Color

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

This div border color is #bd062e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd062e


Comments

No comments written yet.

Please login to write comment.