Color Hex Logo

#bd382c Color Hex

#BD382C
(189,56,44)
0 Favorites   0 Comments

Color spaces of #bd382c

RGB 1895644
HSL0.010.620.46
HSV77°74°
CMYK 0.000.700.77   0.26
XYZ22.855113.82903.8475
Yxy13.82900.56390.3412
Hunter Lab37.187444.627019.8969
CIE-Lab43.986752.358837.7953

#bd382c color RGB value is (189,56,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00111000 00101100
Octal 275 70 54
Decimal 189 56 44
Hex BD 38 2C

RGB Percentages of Color #bd382c

%65.40
%19.38
%15.22

CMYK Percentages of Color #bd382c

%0
%70
%77
%26

Triadic Colors of #bd382c

#bd382c #2cbd38 #382cbd

Analogous Colors of #bd382c

#bd382c #bd812c #bd2c69

Monochromatic Colors of #bd382c

#bd382c

Complementary Color

#bd382c #2cb1bd

#bd382c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd382c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd382c Color CSS Codes

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

#bd382c Text Font Color

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

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


#bd382c Background Color

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

This div background color is #bd382c


#bd382c Border Color

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

This div border color is #bd382c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd382c


Comments

No comments written yet.

Please login to write comment.