Color Hex Logo

#bd002b Color Hex

#BD002B
(189,0,43)
0 Favorites   0 Comments

Color spaces of #bd002b

RGB 189043
HSL0.961.000.37
HSV346°100°74°
CMYK 0.001.000.77   0.26
XYZ21.422310.99323.2783
Yxy10.99320.60020.3080
Hunter Lab33.156057.307017.3469
CIE-Lab39.569064.762533.5892

#bd002b color RGB value is (189,0,43).

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

The process color (four color CMYK) of #bd002b color hex is 0.00, 1.00, 0.77, 0.26. Web safe color of #bd002b is #cc0033. Color #bd002b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00000000 00101011
Octal 275 0 53
Decimal 189 0 43
Hex BD 0 2B

RGB Percentages of Color #bd002b

%81.47
%0.00
%18.53

CMYK Percentages of Color #bd002b

%0
%100
%77
%26

Triadic Colors of #bd002b

#bd002b #2bbd00 #002bbd

Analogous Colors of #bd002b

#bd002b #bd3300 #bd008a

Monochromatic Colors of #bd002b

#bd002b

Complementary Color

#bd002b #00bd92

#bd002b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd002b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd002b Color CSS Codes

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

#bd002b Text Font Color

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

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


#bd002b Background Color

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

This div background color is #bd002b


#bd002b Border Color

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

This div border color is #bd002b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd002b


Comments

No comments written yet.

Please login to write comment.