Color Hex Logo

#bd453f Color Hex

#BD453F
(189,69,63)
0 Favorites   0 Comments

Color spaces of #bd453f

RGB 1896963
HSL0.010.500.49
HSV67°74°
CMYK 0.000.630.67   0.26
XYZ24.011615.43396.4161
Yxy15.43390.52360.3365
Hunter Lab39.286040.348717.8171
CIE-Lab46.222847.878529.4532

#bd453f color RGB value is (189,69,63).

#bd453f hex color red value is 189, green value is 69 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #bd453f hue: 0.01 , saturation: 0.50 and the lightness value of bd453f is 0.49.

The process color (four color CMYK) of #bd453f color hex is 0.00, 0.63, 0.67, 0.26. Web safe color of #bd453f is #cc3333. Color #bd453f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000101 00111111
Octal 275 105 77
Decimal 189 69 63
Hex BD 45 3F

RGB Percentages of Color #bd453f

%58.88
%21.50
%19.63

CMYK Percentages of Color #bd453f

%0
%63
%67
%26

Triadic Colors of #bd453f

#bd453f #3fbd45 #453fbd

Analogous Colors of #bd453f

#bd453f #bd843f #bd3f78

Monochromatic Colors of #bd453f

#bd453f

Complementary Color

#bd453f #3fb7bd

#bd453f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd453f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd453f Color CSS Codes

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

#bd453f Text Font Color

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

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


#bd453f Background Color

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

This div background color is #bd453f


#bd453f Border Color

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

This div border color is #bd453f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd453f


Comments

No comments written yet.

Please login to write comment.