Color Hex Logo

#bd011e Color Hex

#BD011E
(189,1,30)
0 Favorites   0 Comments

Color spaces of #bd011e

RGB 189130
HSL0.970.990.37
HSV351°99°74°
CMYK 0.000.990.84   0.26
XYZ21.231510.93432.2198
Yxy10.93430.61750.3180
Hunter Lab33.067156.742919.1668
CIE-Lab39.469664.284941.0009

#bd011e color RGB value is (189,1,30).

#bd011e hex color red value is 189, green value is 1 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #bd011e hue: 0.97 , saturation: 0.99 and the lightness value of bd011e is 0.37.

The process color (four color CMYK) of #bd011e color hex is 0.00, 0.99, 0.84, 0.26. Web safe color of #bd011e is #cc0033. Color #bd011e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00000001 00011110
Octal 275 1 36
Decimal 189 1 30
Hex BD 1 1E

RGB Percentages of Color #bd011e

%85.91
%0.45
%13.64

CMYK Percentages of Color #bd011e

%0
%99
%84
%26

Triadic Colors of #bd011e

#bd011e #1ebd01 #011ebd

Analogous Colors of #bd011e

#bd011e #bd4201 #bd017c

Monochromatic Colors of #bd011e

#bd011e

Complementary Color

#bd011e #01bda0

#bd011e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd011e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd011e Color CSS Codes

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

#bd011e Text Font Color

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

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


#bd011e Background Color

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

This div background color is #bd011e


#bd011e Border Color

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

This div border color is #bd011e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd011e


Comments

No comments written yet.

Please login to write comment.