Color Hex Logo

#bd503c Color Hex

#BD503C
(189,80,60)
0 Favorites   0 Comments

Color spaces of #bd503c

RGB 1898060
HSL0.030.520.49
HSV68°74°
CMYK 0.000.580.68   0.26
XYZ24.670516.88246.2333
Yxy16.88240.51630.3533
Hunter Lab41.088235.272019.7671
CIE-Lab48.111542.602833.4557

#bd503c color RGB value is (189,80,60).

#bd503c hex color red value is 189, green value is 80 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #bd503c hue: 0.03 , saturation: 0.52 and the lightness value of bd503c is 0.49.

The process color (four color CMYK) of #bd503c color hex is 0.00, 0.58, 0.68, 0.26. Web safe color of #bd503c is #cc6633. Color #bd503c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010000 00111100
Octal 275 120 74
Decimal 189 80 60
Hex BD 50 3C

RGB Percentages of Color #bd503c

%57.45
%24.32
%18.24

CMYK Percentages of Color #bd503c

%0
%58
%68
%26

Triadic Colors of #bd503c

#bd503c #3cbd50 #503cbd

Analogous Colors of #bd503c

#bd503c #bd913c #bd3c69

Monochromatic Colors of #bd503c

#bd503c

Complementary Color

#bd503c #3ca9bd

#bd503c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd503c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd503c Color CSS Codes

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

#bd503c Text Font Color

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

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


#bd503c Background Color

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

This div background color is #bd503c


#bd503c Border Color

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

This div border color is #bd503c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd503c


Comments

No comments written yet.

Please login to write comment.