Color Hex Logo

#bd481d Color Hex

#BD481D
(189,72,29)
0 Favorites   0 Comments

Color spaces of #bd481d

RGB 1897229
HSL0.040.730.43
HSV16°85°74°
CMYK 0.000.620.85   0.26
XYZ23.525415.54232.9224
Yxy15.54230.56030.3701
Hunter Lab39.423737.525223.2016
CIE-Lab46.368245.104147.6502

#bd481d color RGB value is (189,72,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01001000 00011101
Octal 275 110 35
Decimal 189 72 29
Hex BD 48 1D

RGB Percentages of Color #bd481d

%65.17
%24.83
%10.00

CMYK Percentages of Color #bd481d

%0
%62
%85
%26

Triadic Colors of #bd481d

#bd481d #1dbd48 #481dbd

Analogous Colors of #bd481d

#bd481d #bd981d #bd1d42

Monochromatic Colors of #bd481d

#bd481d

Complementary Color

#bd481d #1d92bd

#bd481d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd481d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd481d Color CSS Codes

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

#bd481d Text Font Color

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

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


#bd481d Background Color

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

This div background color is #bd481d


#bd481d Border Color

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

This div border color is #bd481d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd481d


Comments

No comments written yet.

Please login to write comment.