Color Hex Logo

#bc475c Color Hex

#BC475C
(188,71,92)
0 Favorites   0 Comments

Color spaces of #bc475c

RGB 1887192
HSL0.970.470.51
HSV349°62°74°
CMYK 0.000.620.51   0.26
XYZ24.924015.970511.8942
Yxy15.97050.47210.3025
Hunter Lab39.963141.390610.3277
CIE-Lab46.935848.759412.9032

#bc475c color RGB value is (188,71,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000111 01011100
Octal 274 107 134
Decimal 188 71 92
Hex BC 47 5C

RGB Percentages of Color #bc475c

%53.56
%20.23
%26.21

CMYK Percentages of Color #bc475c

%0
%62
%51
%26

Triadic Colors of #bc475c

#bc475c #5cbc47 #475cbc

Analogous Colors of #bc475c

#bc475c #bc6d47 #bc4797

Monochromatic Colors of #bc475c

#bc475c

Complementary Color

#bc475c #47bca7

#bc475c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc475c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc475c Color CSS Codes

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

#bc475c Text Font Color

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

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


#bc475c Background Color

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

This div background color is #bc475c


#bc475c Border Color

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

This div border color is #bc475c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc475c


Comments

No comments written yet.

Please login to write comment.