Color Hex Logo

#bd382d Color Hex

#BD382D
(189,56,45)
0 Favorites   0 Comments

Color spaces of #bd382d

RGB 1895645
HSL0.010.620.46
HSV76°74°
CMYK 0.000.700.76   0.26
XYZ22.874113.83663.9478
Yxy13.83660.56260.3403
Hunter Lab37.197644.670219.7458
CIE-Lab43.997752.397537.2488

#bd382d color RGB value is (189,56,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00111000 00101101
Octal 275 70 55
Decimal 189 56 45
Hex BD 38 2D

RGB Percentages of Color #bd382d

%65.17
%19.31
%15.52

CMYK Percentages of Color #bd382d

%0
%70
%76
%26

Triadic Colors of #bd382d

#bd382d #2dbd38 #382dbd

Analogous Colors of #bd382d

#bd382d #bd802d #bd2d6a

Monochromatic Colors of #bd382d

#bd382d

Complementary Color

#bd382d #2db2bd

#bd382d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd382d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd382d Color CSS Codes

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

#bd382d Text Font Color

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

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


#bd382d Background Color

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

This div background color is #bd382d


#bd382d Border Color

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

This div border color is #bd382d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd382d


Comments

No comments written yet.

Please login to write comment.