Color Hex Logo

#bc587e Color Hex

#BC587E
(188,88,126)
0 Favorites   0 Comments

Color spaces of #bc587e

RGB 18888126
HSL0.940.430.54
HSV337°53°74°
CMYK 0.000.530.33   0.26
XYZ27.994719.177221.9647
Yxy19.17720.40490.2774
Hunter Lab43.791837.47380.9161
CIE-Lab50.893944.3360-1.9622

#bc587e color RGB value is (188,88,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01011000 01111110
Octal 274 130 176
Decimal 188 88 126
Hex BC 58 7E

RGB Percentages of Color #bc587e

%46.77
%21.89
%31.34

CMYK Percentages of Color #bc587e

%0
%53
%33
%26

Triadic Colors of #bc587e

#bc587e #7ebc58 #587ebc

Analogous Colors of #bc587e

#bc587e #bc6458 #bc58b0

Monochromatic Colors of #bc587e

#bc587e

Complementary Color

#bc587e #58bc96

#bc587e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc587e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc587e Color CSS Codes

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

#bc587e Text Font Color

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

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


#bc587e Background Color

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

This div background color is #bc587e


#bc587e Border Color

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

This div border color is #bc587e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc587e


Comments

No comments written yet.

Please login to write comment.