Color Hex Logo

#bd5427 Color Hex

#BD5427
(189,84,39)
0 Favorites   0 Comments

Color spaces of #bd5427

RGB 1898439
HSL0.050.660.45
HSV18°79°74°
CMYK 0.000.560.79   0.26
XYZ24.522817.30593.9673
Yxy17.30590.53550.3779
Hunter Lab41.600432.422523.4659
CIE-Lab48.643239.673445.1495

#bd5427 color RGB value is (189,84,39).

#bd5427 hex color red value is 189, green value is 84 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #bd5427 hue: 0.05 , saturation: 0.66 and the lightness value of bd5427 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010100 00100111
Octal 275 124 47
Decimal 189 84 39
Hex BD 54 27

RGB Percentages of Color #bd5427

%60.58
%26.92
%12.50

CMYK Percentages of Color #bd5427

%0
%56
%79
%26

Triadic Colors of #bd5427

#bd5427 #27bd54 #5427bd

Analogous Colors of #bd5427

#bd5427 #bd9f27 #bd2745

Monochromatic Colors of #bd5427

#bd5427

Complementary Color

#bd5427 #2790bd

#bd5427 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd5427 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd5427 Color CSS Codes

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

#bd5427 Text Font Color

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

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


#bd5427 Background Color

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

This div background color is #bd5427


#bd5427 Border Color

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

This div border color is #bd5427


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd5427


Comments

No comments written yet.

Please login to write comment.