Color Hex Logo

#bc475f Color Hex

#BC475F
(188,71,95)
0 Favorites   0 Comments

Color spaces of #bc475f

RGB 1887195
HSL0.970.470.51
HSV348°62°74°
CMYK 0.000.620.49   0.26
XYZ25.057816.024112.5987
Yxy16.02410.46680.2985
Hunter Lab40.030141.68369.3607
CIE-Lab47.006149.027911.1730

#bc475f color RGB value is (188,71,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000111 01011111
Octal 274 107 137
Decimal 188 71 95
Hex BC 47 5F

RGB Percentages of Color #bc475f

%53.11
%20.06
%26.84

CMYK Percentages of Color #bc475f

%0
%62
%49
%26

Triadic Colors of #bc475f

#bc475f #5fbc47 #475fbc

Analogous Colors of #bc475f

#bc475f #bc6a47 #bc479a

Monochromatic Colors of #bc475f

#bc475f

Complementary Color

#bc475f #47bca4

#bc475f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc475f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc475f Color CSS Codes

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

#bc475f Text Font Color

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

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


#bc475f Background Color

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

This div background color is #bc475f


#bc475f Border Color

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

This div border color is #bc475f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc475f


Comments

No comments written yet.

Please login to write comment.