Color Hex Logo

#bc559d Color Hex

#BC559D
(188,85,157)
0 Favorites   0 Comments

Color spaces of #bc559d

RGB 18885157
HSL0.880.430.54
HSV318°55°74°
CMYK 0.000.550.16   0.26
XYZ30.073319.622734.1008
Yxy19.62270.35890.2342
Hunter Lab44.297543.6619-14.6339
CIE-Lab51.407950.1581-19.5998

#bc559d color RGB value is (188,85,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010101 10011101
Octal 274 125 235
Decimal 188 85 157
Hex BC 55 9D

RGB Percentages of Color #bc559d

%43.72
%19.77
%36.51

CMYK Percentages of Color #bc559d

%0
%55
%16
%26

Triadic Colors of #bc559d

#bc559d #9dbc55 #559dbc

Analogous Colors of #bc559d

#bc559d #bc556a #a855bc

Monochromatic Colors of #bc559d

#bc559d

Complementary Color

#bc559d #55bc74

#bc559d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc559d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc559d Color CSS Codes

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

#bc559d Text Font Color

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

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


#bc559d Background Color

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

This div background color is #bc559d


#bc559d Border Color

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

This div border color is #bc559d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc559d


Comments

No comments written yet.

Please login to write comment.