Color Hex Logo

#bd1c32 Color Hex

#BD1C32
(189,28,50)
0 Favorites   0 Comments

Color spaces of #bd1c32

RGB 1892850
HSL0.980.740.43
HSV352°85°74°
CMYK 0.000.850.74   0.26
XYZ21.977211.87964.1523
Yxy11.87960.57820.3125
Hunter Lab34.466853.500816.9839
CIE-Lab41.024161.095430.9982

#bd1c32 color RGB value is (189,28,50).

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

The process color (four color CMYK) of #bd1c32 color hex is 0.00, 0.85, 0.74, 0.26. Web safe color of #bd1c32 is #cc3333. Color #bd1c32 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00011100 00110010
Octal 275 34 62
Decimal 189 28 50
Hex BD 1C 32

RGB Percentages of Color #bd1c32

%70.79
%10.49
%18.73

CMYK Percentages of Color #bd1c32

%0
%85
%74
%26

Triadic Colors of #bd1c32

#bd1c32 #32bd1c #1c32bd

Analogous Colors of #bd1c32

#bd1c32 #bd571c #bd1c83

Monochromatic Colors of #bd1c32

#bd1c32

Complementary Color

#bd1c32 #1cbda7

#bd1c32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd1c32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd1c32 Color CSS Codes

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

#bd1c32 Text Font Color

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

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


#bd1c32 Background Color

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

This div background color is #bd1c32


#bd1c32 Border Color

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

This div border color is #bd1c32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd1c32


Comments

No comments written yet.

Please login to write comment.