Color Hex Logo

#bc475a Color Hex

#BC475A
(188,71,90)
0 Favorites   0 Comments

Color spaces of #bc475a

RGB 1887190
HSL0.970.470.51
HSV350°62°74°
CMYK 0.000.620.52   0.26
XYZ24.837715.936011.4397
Yxy15.93600.47570.3052
Hunter Lab39.919941.200710.9534
CIE-Lab46.890448.585114.0587

#bc475a color RGB value is (188,71,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000111 01011010
Octal 274 107 132
Decimal 188 71 90
Hex BC 47 5A

RGB Percentages of Color #bc475a

%53.87
%20.34
%25.79

CMYK Percentages of Color #bc475a

%0
%62
%52
%26

Triadic Colors of #bc475a

#bc475a #5abc47 #475abc

Analogous Colors of #bc475a

#bc475a #bc6f47 #bc4795

Monochromatic Colors of #bc475a

#bc475a

Complementary Color

#bc475a #47bca9

#bc475a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc475a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc475a Color CSS Codes

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

#bc475a Text Font Color

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

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


#bc475a Background Color

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

This div background color is #bc475a


#bc475a Border Color

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

This div border color is #bc475a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc475a


Comments

No comments written yet.

Please login to write comment.