Color Hex Logo

#bd3500 Color Hex

#BD3500
(189,53,0)
0 Favorites   0 Comments

Color spaces of #bd3500

RGB 189530
HSL0.051.000.37
HSV17°100°74°
CMYK 0.000.721.00   0.26
XYZ22.259413.36501.4065
Yxy13.36500.60110.3609
Hunter Lab36.558244.707623.3097
CIE-Lab43.308152.558455.3284

#bd3500 color RGB value is (189,53,0).

#bd3500 hex color red value is 189, green value is 53 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #bd3500 hue: 0.05 , saturation: 1.00 and the lightness value of bd3500 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110101 00000000
Octal 275 65 0
Decimal 189 53 0
Hex BD 35 0

RGB Percentages of Color #bd3500

%78.10
%21.90
%0.00

CMYK Percentages of Color #bd3500

%0
%72
%100
%26

Triadic Colors of #bd3500

#bd3500 #00bd35 #3500bd

Analogous Colors of #bd3500

#bd3500 #bd9400 #bd002a

Monochromatic Colors of #bd3500

#bd3500

Complementary Color

#bd3500 #0088bd

#bd3500 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd3500 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd3500 Color CSS Codes

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

#bd3500 Text Font Color

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

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


#bd3500 Background Color

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

This div background color is #bd3500


#bd3500 Border Color

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

This div border color is #bd3500


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd3500


Comments

No comments written yet.

Please login to write comment.