Color Hex Logo

#bd412c Color Hex

#BD412C
(189,65,44)
0 Favorites   0 Comments

Color spaces of #bd412c

RGB 1896544
HSL0.020.620.46
HSV77°74°
CMYK 0.000.660.77   0.26
XYZ23.331214.78134.0063
Yxy14.78130.55390.3509
Hunter Lab38.446541.041320.7342
CIE-Lab45.333248.699039.2260

#bd412c color RGB value is (189,65,44).

#bd412c hex color red value is 189, green value is 65 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #bd412c hue: 0.02 , saturation: 0.62 and the lightness value of bd412c is 0.46.

The process color (four color CMYK) of #bd412c color hex is 0.00, 0.66, 0.77, 0.26. Web safe color of #bd412c is #cc3333. Color #bd412c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000001 00101100
Octal 275 101 54
Decimal 189 65 44
Hex BD 41 2C

RGB Percentages of Color #bd412c

%63.42
%21.81
%14.77

CMYK Percentages of Color #bd412c

%0
%66
%77
%26

Triadic Colors of #bd412c

#bd412c #2cbd41 #412cbd

Analogous Colors of #bd412c

#bd412c #bd8a2c #bd2c5f

Monochromatic Colors of #bd412c

#bd412c

Complementary Color

#bd412c #2ca8bd

#bd412c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd412c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd412c Color CSS Codes

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

#bd412c Text Font Color

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

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


#bd412c Background Color

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

This div background color is #bd412c


#bd412c Border Color

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

This div border color is #bd412c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd412c


Comments

No comments written yet.

Please login to write comment.