Color Hex Logo

#bd500c Color Hex

#BD500C
(189,80,12)
0 Favorites   0 Comments

Color spaces of #bd500c

RGB 1898012
HSL0.060.880.39
HSV23°94°74°
CMYK 0.000.580.94   0.26
XYZ23.921316.58272.2878
Yxy16.58270.55900.3875
Hunter Lab40.721933.593225.1743
CIE-Lab47.729940.985954.6905

#bd500c color RGB value is (189,80,12).

#bd500c hex color red value is 189, green value is 80 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #bd500c hue: 0.06 , saturation: 0.88 and the lightness value of bd500c is 0.39.

The process color (four color CMYK) of #bd500c color hex is 0.00, 0.58, 0.94, 0.26. Web safe color of #bd500c is #cc6600. Color #bd500c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010000 00001100
Octal 275 120 14
Decimal 189 80 12
Hex BD 50 C

RGB Percentages of Color #bd500c

%67.26
%28.47
%4.27

CMYK Percentages of Color #bd500c

%0
%58
%94
%26

Triadic Colors of #bd500c

#bd500c #0cbd50 #500cbd

Analogous Colors of #bd500c

#bd500c #bda90c #bd0c21

Monochromatic Colors of #bd500c

#bd500c

Complementary Color

#bd500c #0c79bd

#bd500c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd500c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd500c Color CSS Codes

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

#bd500c Text Font Color

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

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


#bd500c Background Color

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

This div background color is #bd500c


#bd500c Border Color

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

This div border color is #bd500c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd500c


Comments

No comments written yet.

Please login to write comment.