Color Hex Logo

#bc504d Color Hex

#BC504D
(188,80,77)
0 Favorites   0 Comments

Color spaces of #bc504d

RGB 1888077
HSL0.000.450.52
HSV59°74°
CMYK 0.000.570.59   0.26
XYZ24.947316.96458.9808
Yxy16.96450.49020.3333
Hunter Lab41.188036.037315.9037
CIE-Lab48.215343.344023.6567

#bc504d color RGB value is (188,80,77).

#bc504d hex color red value is 188, green value is 80 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #bc504d hue: 0.00 , saturation: 0.45 and the lightness value of bc504d is 0.52.

The process color (four color CMYK) of #bc504d color hex is 0.00, 0.57, 0.59, 0.26. Web safe color of #bc504d is #cc6666. Color #bc504d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010000 01001101
Octal 274 120 115
Decimal 188 80 77
Hex BC 50 4D

RGB Percentages of Color #bc504d

%54.49
%23.19
%22.32

CMYK Percentages of Color #bc504d

%0
%57
%59
%26

Triadic Colors of #bc504d

#bc504d #4dbc50 #504dbc

Analogous Colors of #bc504d

#bc504d #bc884d #bc4d82

Monochromatic Colors of #bc504d

#bc504d

Complementary Color

#bc504d #4db9bc

#bc504d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc504d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc504d Color CSS Codes

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

#bc504d Text Font Color

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

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


#bc504d Background Color

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

This div background color is #bc504d


#bc504d Border Color

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

This div border color is #bc504d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc504d


Comments

No comments written yet.

Please login to write comment.