Color Hex Logo

#bd041c Color Hex

#BD041C
(189,4,28)
0 Favorites   0 Comments

Color spaces of #bd041c

RGB 189428
HSL0.980.960.38
HSV352°98°74°
CMYK 0.000.980.85   0.26
XYZ21.239310.98952.1004
Yxy10.98950.61870.3201
Hunter Lab33.150456.350819.4487
CIE-Lab39.562863.920442.1593

#bd041c color RGB value is (189,4,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00000100 00011100
Octal 275 4 34
Decimal 189 4 28
Hex BD 4 1C

RGB Percentages of Color #bd041c

%85.52
%1.81
%12.67

CMYK Percentages of Color #bd041c

%0
%98
%85
%26

Triadic Colors of #bd041c

#bd041c #1cbd04 #041cbd

Analogous Colors of #bd041c

#bd041c #bd4804 #bd0479

Monochromatic Colors of #bd041c

#bd041c

Complementary Color

#bd041c #04bda5

#bd041c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd041c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd041c Color CSS Codes

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

#bd041c Text Font Color

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

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


#bd041c Background Color

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

This div background color is #bd041c


#bd041c Border Color

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

This div border color is #bd041c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd041c


Comments

No comments written yet.

Please login to write comment.