Color Hex Logo

#bc558c Color Hex

#BC558C
(188,85,140)
0 Favorites   0 Comments

Color spaces of #bc558c

RGB 18885140
HSL0.910.430.54
HSV328°55°74°
CMYK 0.000.550.26   0.26
XYZ28.721219.081826.9803
Yxy19.08180.38410.2552
Hunter Lab43.682740.9182-6.0421
CIE-Lab50.782847.6681-10.4773

#bc558c color RGB value is (188,85,140).

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

The process color (four color CMYK) of #bc558c color hex is 0.00, 0.55, 0.26, 0.26. Web safe color of #bc558c is #cc6699. Color #bc558c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010101 10001100
Octal 274 125 214
Decimal 188 85 140
Hex BC 55 8C

RGB Percentages of Color #bc558c

%45.52
%20.58
%33.90

CMYK Percentages of Color #bc558c

%0
%55
%26
%26

Triadic Colors of #bc558c

#bc558c #8cbc55 #558cbc

Analogous Colors of #bc558c

#bc558c #bc5558 #b955bc

Monochromatic Colors of #bc558c

#bc558c

Complementary Color

#bc558c #55bc85

#bc558c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc558c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc558c Color CSS Codes

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

#bc558c Text Font Color

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

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


#bc558c Background Color

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

This div background color is #bc558c


#bc558c Border Color

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

This div border color is #bc558c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc558c


Comments

No comments written yet.

Please login to write comment.