Color Hex Logo

#bd581e Color Hex

#BD581E
(189,88,30)
0 Favorites   0 Comments

Color spaces of #bd581e

RGB 1898830
HSL0.060.730.43
HSV22°84°74°
CMYK 0.000.530.84   0.26
XYZ24.710317.89203.3794
Yxy17.89200.53740.3891
Hunter Lab42.298930.253424.8724
CIE-Lab49.364937.371949.8454

#bd581e color RGB value is (189,88,30).

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

The process color (four color CMYK) of #bd581e color hex is 0.00, 0.53, 0.84, 0.26. Web safe color of #bd581e is #cc6633. Color #bd581e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01011000 00011110
Octal 275 130 36
Decimal 189 88 30
Hex BD 58 1E

RGB Percentages of Color #bd581e

%61.56
%28.66
%9.77

CMYK Percentages of Color #bd581e

%0
%53
%84
%26

Triadic Colors of #bd581e

#bd581e #1ebd58 #581ebd

Analogous Colors of #bd581e

#bd581e #bda81e #bd1e34

Monochromatic Colors of #bd581e

#bd581e

Complementary Color

#bd581e #1e83bd

#bd581e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd581e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd581e Color CSS Codes

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

#bd581e Text Font Color

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

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


#bd581e Background Color

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

This div background color is #bd581e


#bd581e Border Color

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

This div border color is #bd581e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd581e


Comments

No comments written yet.

Please login to write comment.