Color Hex Logo

#bd381c Color Hex

#BD381C
(189,56,28)
0 Favorites   0 Comments

Color spaces of #bd381c

RGB 1895628
HSL0.030.740.43
HSV10°85°74°
CMYK 0.000.700.85   0.26
XYZ22.610013.73102.5573
Yxy13.73100.58130.3530
Hunter Lab37.055444.068121.8470
CIE-Lab43.844751.855545.9047

#bd381c color RGB value is (189,56,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00111000 00011100
Octal 275 70 34
Decimal 189 56 28
Hex BD 38 1C

RGB Percentages of Color #bd381c

%69.23
%20.51
%10.26

CMYK Percentages of Color #bd381c

%0
%70
%85
%26

Triadic Colors of #bd381c

#bd381c #1cbd38 #381cbd

Analogous Colors of #bd381c

#bd381c #bd891c #bd1c50

Monochromatic Colors of #bd381c

#bd381c

Complementary Color

#bd381c #1ca1bd

#bd381c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd381c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd381c Color CSS Codes

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

#bd381c Text Font Color

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

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


#bd381c Background Color

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

This div background color is #bd381c


#bd381c Border Color

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

This div border color is #bd381c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd381c


Comments

No comments written yet.

Please login to write comment.