Color Hex Logo

#bd350e Color Hex

#BD350E
(189,53,14)
0 Favorites   0 Comments

Color spaces of #bd350e

RGB 1895314
HSL0.040.860.40
HSV13°93°74°
CMYK 0.000.720.93   0.26
XYZ22.338613.39671.8239
Yxy13.39670.59480.3567
Hunter Lab36.601544.889322.6666
CIE-Lab43.355052.721651.1629

#bd350e color RGB value is (189,53,14).

#bd350e hex color red value is 189, green value is 53 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #bd350e hue: 0.04 , saturation: 0.86 and the lightness value of bd350e is 0.40.

The process color (four color CMYK) of #bd350e color hex is 0.00, 0.72, 0.93, 0.26. Web safe color of #bd350e is #cc3300. Color #bd350e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110101 00001110
Octal 275 65 16
Decimal 189 53 14
Hex BD 35 E

RGB Percentages of Color #bd350e

%73.83
%20.70
%5.47

CMYK Percentages of Color #bd350e

%0
%72
%93
%26

Triadic Colors of #bd350e

#bd350e #0ebd35 #350ebd

Analogous Colors of #bd350e

#bd350e #bd8d0e #bd0e3f

Monochromatic Colors of #bd350e

#bd350e

Complementary Color

#bd350e #0e96bd

#bd350e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd350e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd350e Color CSS Codes

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

#bd350e Text Font Color

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

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


#bd350e Background Color

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

This div background color is #bd350e


#bd350e Border Color

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

This div border color is #bd350e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd350e


Comments

No comments written yet.

Please login to write comment.