Color Hex Logo

#bc574e Color Hex

#BC574E
(188,87,78)
0 Favorites   0 Comments

Color spaces of #bc574e

RGB 1888778
HSL0.010.450.52
HSV59°74°
CMYK 0.000.540.59   0.26
XYZ25.522418.05789.3481
Yxy18.05780.48220.3412
Hunter Lab42.494532.842716.7033
CIE-Lab49.566139.962624.8148

#bc574e color RGB value is (188,87,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010111 01001110
Octal 274 127 116
Decimal 188 87 78
Hex BC 57 4E

RGB Percentages of Color #bc574e

%53.26
%24.65
%22.10

CMYK Percentages of Color #bc574e

%0
%54
%59
%26

Triadic Colors of #bc574e

#bc574e #4ebc57 #574ebc

Analogous Colors of #bc574e

#bc574e #bc8e4e #bc4e7c

Monochromatic Colors of #bc574e

#bc574e

Complementary Color

#bc574e #4eb3bc

#bc574e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc574e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc574e Color CSS Codes

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

#bc574e Text Font Color

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

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


#bc574e Background Color

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

This div background color is #bc574e


#bc574e Border Color

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

This div border color is #bc574e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,87,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 #bc574e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc574e


Comments

No comments written yet.

Please login to write comment.