Color Hex Logo

#bd3c1e Color Hex

#BD3C1E
(189,60,30)
0 Favorites   0 Comments

Color spaces of #bd3c1e

RGB 1896030
HSL0.030.730.43
HSV11°84°74°
CMYK 0.000.680.84   0.26
XYZ22.836514.14432.7548
Yxy14.14430.57470.3560
Hunter Lab37.608942.571421.9833
CIE-Lab44.439250.324145.4917

#bd3c1e color RGB value is (189,60,30).

#bd3c1e hex color red value is 189, green value is 60 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #bd3c1e hue: 0.03 , saturation: 0.73 and the lightness value of bd3c1e is 0.43.

The process color (four color CMYK) of #bd3c1e color hex is 0.00, 0.68, 0.84, 0.26. Web safe color of #bd3c1e is #cc3333. Color #bd3c1e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00111100 00011110
Octal 275 74 36
Decimal 189 60 30
Hex BD 3C 1E

RGB Percentages of Color #bd3c1e

%67.74
%21.51
%10.75

CMYK Percentages of Color #bd3c1e

%0
%68
%84
%26

Triadic Colors of #bd3c1e

#bd3c1e #1ebd3c #3c1ebd

Analogous Colors of #bd3c1e

#bd3c1e #bd8c1e #bd1e4f

Monochromatic Colors of #bd3c1e

#bd3c1e

Complementary Color

#bd3c1e #1e9fbd

#bd3c1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd3c1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd3c1e Color CSS Codes

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

#bd3c1e Text Font Color

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

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


#bd3c1e Background Color

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

This div background color is #bd3c1e


#bd3c1e Border Color

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

This div border color is #bd3c1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd3c1e


Comments

No comments written yet.

Please login to write comment.