Color Hex Logo

#bd382e Color Hex

#BD382E
(189,56,46)
0 Favorites   0 Comments

Color spaces of #bd382e

RGB 1895646
HSL0.010.610.46
HSV76°74°
CMYK 0.000.700.76   0.26
XYZ22.893613.84444.0504
Yxy13.84440.56130.3394
Hunter Lab37.208144.714419.5914
CIE-Lab44.009052.437336.6997

#bd382e color RGB value is (189,56,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00111000 00101110
Octal 275 70 56
Decimal 189 56 46
Hex BD 38 2E

RGB Percentages of Color #bd382e

%64.95
%19.24
%15.81

CMYK Percentages of Color #bd382e

%0
%70
%76
%26

Triadic Colors of #bd382e

#bd382e #2ebd38 #382ebd

Analogous Colors of #bd382e

#bd382e #bd802e #bd2e6c

Monochromatic Colors of #bd382e

#bd382e

Complementary Color

#bd382e #2eb3bd

#bd382e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd382e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd382e Color CSS Codes

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

#bd382e Text Font Color

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

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


#bd382e Background Color

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

This div background color is #bd382e


#bd382e Border Color

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

This div border color is #bd382e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd382e


Comments

No comments written yet.

Please login to write comment.