Color Hex Logo

#bc567e Color Hex

#BC567E
(188,86,126)
0 Favorites   0 Comments

Color spaces of #bc567e

RGB 18886126
HSL0.930.430.54
HSV336°54°74°
CMYK 0.000.540.33   0.26
XYZ27.832718.853321.9108
Yxy18.85330.40570.2748
Hunter Lab43.420438.43380.4753
CIE-Lab50.515145.3256-2.5192

#bc567e color RGB value is (188,86,126).

#bc567e hex color red value is 188, green value is 86 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bc567e hue: 0.93 , saturation: 0.43 and the lightness value of bc567e is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010110 01111110
Octal 274 126 176
Decimal 188 86 126
Hex BC 56 7E

RGB Percentages of Color #bc567e

%47.00
%21.50
%31.50

CMYK Percentages of Color #bc567e

%0
%54
%33
%26

Triadic Colors of #bc567e

#bc567e #7ebc56 #567ebc

Analogous Colors of #bc567e

#bc567e #bc6156 #bc56b1

Monochromatic Colors of #bc567e

#bc567e

Complementary Color

#bc567e #56bc94

#bc567e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc567e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc567e Color CSS Codes

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

#bc567e Text Font Color

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

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


#bc567e Background Color

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

This div background color is #bc567e


#bc567e Border Color

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

This div border color is #bc567e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc567e


Comments

No comments written yet.

Please login to write comment.