Color Hex Logo

#bc474e Color Hex

#BC474E
(188,71,78)
0 Favorites   0 Comments

Color spaces of #bc474e

RGB 1887178
HSL0.990.470.51
HSV356°62°74°
CMYK 0.000.620.59   0.26
XYZ24.367415.74798.9631
Yxy15.74790.49650.3209
Hunter Lab39.683640.160114.3871
CIE-Lab46.642047.625421.0014

#bc474e color RGB value is (188,71,78).

#bc474e hex color red value is 188, green value is 71 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #bc474e hue: 0.99 , saturation: 0.47 and the lightness value of bc474e is 0.51.

The process color (four color CMYK) of #bc474e color hex is 0.00, 0.62, 0.59, 0.26. Web safe color of #bc474e is #cc3366. Color #bc474e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000111 01001110
Octal 274 107 116
Decimal 188 71 78
Hex BC 47 4E

RGB Percentages of Color #bc474e

%55.79
%21.07
%23.15

CMYK Percentages of Color #bc474e

%0
%62
%59
%26

Triadic Colors of #bc474e

#bc474e #4ebc47 #474ebc

Analogous Colors of #bc474e

#bc474e #bc7b47 #bc4789

Monochromatic Colors of #bc474e

#bc474e

Complementary Color

#bc474e #47bcb5

#bc474e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc474e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc474e Color CSS Codes

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

#bc474e Text Font Color

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

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


#bc474e Background Color

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

This div background color is #bc474e


#bc474e Border Color

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

This div border color is #bc474e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc474e


Comments

No comments written yet.

Please login to write comment.