Color Hex Logo

#bd5344 Color Hex

#BD5344
(189,83,68)
0 Favorites   0 Comments

Color spaces of #bd5344

RGB 1898368
HSL0.020.480.50
HSV64°74°
CMYK 0.000.560.64   0.26
XYZ25.122917.42277.5076
Yxy17.42270.50190.3481
Hunter Lab41.740534.390218.5542
CIE-Lab48.788341.623529.6920

#bd5344 color RGB value is (189,83,68).

#bd5344 hex color red value is 189, green value is 83 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #bd5344 hue: 0.02 , saturation: 0.48 and the lightness value of bd5344 is 0.50.

The process color (four color CMYK) of #bd5344 color hex is 0.00, 0.56, 0.64, 0.26. Web safe color of #bd5344 is #cc6633. Color #bd5344 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010011 01000100
Octal 275 123 104
Decimal 189 83 68
Hex BD 53 44

RGB Percentages of Color #bd5344

%55.59
%24.41
%20.00

CMYK Percentages of Color #bd5344

%0
%56
%64
%26

Triadic Colors of #bd5344

#bd5344 #44bd53 #5344bd

Analogous Colors of #bd5344

#bd5344 #bd9044 #bd4472

Monochromatic Colors of #bd5344

#bd5344

Complementary Color

#bd5344 #44aebd

#bd5344 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd5344 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd5344 Color CSS Codes

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

#bd5344 Text Font Color

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

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


#bd5344 Background Color

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

This div background color is #bd5344


#bd5344 Border Color

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

This div border color is #bd5344


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd5344


Comments

No comments written yet.

Please login to write comment.