Color Hex Logo

#bc539e Color Hex

#BC539E
(188,83,158)
0 Favorites   0 Comments

Color spaces of #bc539e

RGB 18883158
HSL0.880.440.53
HSV317°56°74°
CMYK 0.000.560.16   0.26
XYZ30.003819.346534.5006
Yxy19.34650.35780.2307
Hunter Lab43.984744.7893-15.7165
CIE-Lab51.090251.2651-20.6764

#bc539e color RGB value is (188,83,158).

#bc539e hex color red value is 188, green value is 83 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #bc539e hue: 0.88 , saturation: 0.44 and the lightness value of bc539e is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010011 10011110
Octal 274 123 236
Decimal 188 83 158
Hex BC 53 9E

RGB Percentages of Color #bc539e

%43.82
%19.35
%36.83

CMYK Percentages of Color #bc539e

%0
%56
%16
%26

Triadic Colors of #bc539e

#bc539e #9ebc53 #539ebc

Analogous Colors of #bc539e

#bc539e #bc536a #a653bc

Monochromatic Colors of #bc539e

#bc539e

Complementary Color

#bc539e #53bc71

#bc539e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc539e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc539e Color CSS Codes

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

#bc539e Text Font Color

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

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


#bc539e Background Color

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

This div background color is #bc539e


#bc539e Border Color

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

This div border color is #bc539e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc539e


Comments

No comments written yet.

Please login to write comment.