Color Hex Logo

#bd350f Color Hex

#BD350F
(189,53,15)
0 Favorites   0 Comments

Color spaces of #bd350f

RGB 1895315
HSL0.040.850.40
HSV13°92°74°
CMYK 0.000.720.92   0.26
XYZ22.345613.39951.8606
Yxy13.39950.59420.3563
Hunter Lab36.605344.905422.6101
CIE-Lab43.359152.736050.8290

#bd350f color RGB value is (189,53,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110101 00001111
Octal 275 65 17
Decimal 189 53 15
Hex BD 35 F

RGB Percentages of Color #bd350f

%73.54
%20.62
%5.84

CMYK Percentages of Color #bd350f

%0
%72
%92
%26

Triadic Colors of #bd350f

#bd350f #0fbd35 #350fbd

Analogous Colors of #bd350f

#bd350f #bd8c0f #bd0f40

Monochromatic Colors of #bd350f

#bd350f

Complementary Color

#bd350f #0f97bd

#bd350f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd350f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd350f Color CSS Codes

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

#bd350f Text Font Color

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

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


#bd350f Background Color

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

This div background color is #bd350f


#bd350f Border Color

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

This div border color is #bd350f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd350f


Comments

No comments written yet.

Please login to write comment.