Color Hex Logo

#bd021c Color Hex

#BD021C
(189,2,28)
0 Favorites   0 Comments

Color spaces of #bd021c

RGB 189228
HSL0.980.980.37
HSV352°99°74°
CMYK 0.000.990.85   0.26
XYZ21.217610.94612.0931
Yxy10.94610.61940.3195
Hunter Lab33.084956.574919.4085
CIE-Lab39.489564.132742.0952

#bd021c color RGB value is (189,2,28).

#bd021c hex color red value is 189, green value is 2 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #bd021c hue: 0.98 , saturation: 0.98 and the lightness value of bd021c is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00000010 00011100
Octal 275 2 34
Decimal 189 2 28
Hex BD 2 1C

RGB Percentages of Color #bd021c

%86.30
%0.91
%12.79

CMYK Percentages of Color #bd021c

%0
%99
%85
%26

Triadic Colors of #bd021c

#bd021c #1cbd02 #021cbd

Analogous Colors of #bd021c

#bd021c #bd4602 #bd027a

Monochromatic Colors of #bd021c

#bd021c

Complementary Color

#bd021c #02bda3

#bd021c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd021c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd021c Color CSS Codes

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

#bd021c Text Font Color

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

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


#bd021c Background Color

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

This div background color is #bd021c


#bd021c Border Color

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

This div border color is #bd021c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd021c


Comments

No comments written yet.

Please login to write comment.