Color Hex Logo

#bc477e Color Hex

#BC477E
(188,71,126)
0 Favorites   0 Comments

Color spaces of #bc477e

RGB 18871126
HSL0.920.470.51
HSV332°62°74°
CMYK 0.000.620.33   0.26
XYZ26.758216.704221.5526
Yxy16.70420.41160.2569
Hunter Lab40.870845.3406-2.6562
CIE-Lab47.885152.3328-6.4115

#bc477e color RGB value is (188,71,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000111 01111110
Octal 274 107 176
Decimal 188 71 126
Hex BC 47 7E

RGB Percentages of Color #bc477e

%48.83
%18.44
%32.73

CMYK Percentages of Color #bc477e

%0
%62
%33
%26

Triadic Colors of #bc477e

#bc477e #7ebc47 #477ebc

Analogous Colors of #bc477e

#bc477e #bc4b47 #bc47b9

Monochromatic Colors of #bc477e

#bc477e

Complementary Color

#bc477e #47bc85

#bc477e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc477e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc477e Color CSS Codes

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

#bc477e Text Font Color

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

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


#bc477e Background Color

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

This div background color is #bc477e


#bc477e Border Color

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

This div border color is #bc477e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc477e


Comments

No comments written yet.

Please login to write comment.